carousel: fix indicator colors in light mode

This commit is contained in:
Daniel Friesel 2022-12-28 12:00:06 +01:00
parent c68552c753
commit 44b5d17dc7
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -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%;