carousel: fix indicator colors in light mode
This commit is contained in:
parent
c68552c753
commit
44b5d17dc7
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
.indicator-item {
|
.indicator-item {
|
||||||
&.active {
|
&.active {
|
||||||
background-color: #fff;
|
background-color: $off-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
height: 8px;
|
height: 8px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
margin: 24px 4px;
|
margin: 24px 4px;
|
||||||
background-color: rgba(255,255,255,.5);
|
background-color: $inactive-color;
|
||||||
|
|
||||||
transition: background-color .3s;
|
transition: background-color .3s;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
Loading…
Reference in a new issue