From f106b2bb688733cf9130599200e4728ff081d99b Mon Sep 17 00:00:00 2001 From: twanariens Date: Wed, 31 Mar 2021 23:22:10 +0200 Subject: [PATCH] Stop shouting in my face stupid filters --- .../components/carousel-list/carousel-list.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.scss b/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.scss index 325c03512..ae107272b 100644 --- a/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.scss +++ b/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.scss @@ -71,7 +71,7 @@ .discover-filter-buttons-group { background: $ombi-background-primary; - border: 1px solid $ombi-background-primary-accent; + border: 1px solid #293a4c; border-radius: 30px; color:#fff; margin-bottom:10px; @@ -91,7 +91,7 @@ } .button-active{ - background:$ombi-active; + background:#293a4c; }