Change indicator colour
This commit is contained in:
parent
3124f05544
commit
900f98615d
@ -3,3 +3,13 @@
|
||||
color: 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