Change indicator colour
This commit is contained in:
@@ -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%);
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user