diff --git a/css/stylesheet_global.css b/css/stylesheet_global.css index af28c58..95ff9cd 100644 --- a/css/stylesheet_global.css +++ b/css/stylesheet_global.css @@ -609,6 +609,20 @@ label { gap: var(--space-16); } +.filter-delete { + border: 1.5px solid var(--olive); + color: var(--olive); + background: transparent; + +} + +.filter-delete:hover { + border: 1.5px solid var(--olive-dark); + color: var(--olive-dark); + background: var(--olive-light); + +} + .button-small { background: var(--olive); color: var(--butter-light); diff --git a/event_detail.html b/event_detail.html index 3744bd8..6f1e3b5 100644 --- a/event_detail.html +++ b/event_detail.html @@ -42,7 +42,8 @@