From 44b5d17dc71cb66d743db28196a40c7f1015815b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 28 Dec 2022 12:00:06 +0100 Subject: carousel: fix indicator colors in light mode --- sass/components/_carousel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/components/_carousel.scss b/sass/components/_carousel.scss index cc36d4b..0ec6730 100644 --- a/sass/components/_carousel.scss +++ b/sass/components/_carousel.scss @@ -66,7 +66,7 @@ .indicator-item { &.active { - background-color: #fff; + background-color: $off-black; } display: inline-block; @@ -75,7 +75,7 @@ height: 8px; width: 8px; margin: 24px 4px; - background-color: rgba(255,255,255,.5); + background-color: $inactive-color; transition: background-color .3s; border-radius: 50%; -- cgit v1.2.3