Change indicator colour
This commit is contained in:
parent
3124f05544
commit
900f98615d
@ -2,4 +2,14 @@
|
|||||||
background-color: seashell;
|
background-color: seashell;
|
||||||
color: black;
|
color: black;
|
||||||
outline: 1px solid black;
|
outline: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.carousel-control-next,
|
||||||
|
.carousel-control-prev /*, .carousel-indicators */ {
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.carousel-indicators button {
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user