Change indicator colour

This commit is contained in:
Piyush Sharma 2022-04-04 23:28:23 -04:00
parent 3124f05544
commit 900f98615d

View File

@ -2,4 +2,14 @@
background-color: seashell;
color: black;
outline: 1px solid black;
}
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
filter: invert(100%);
}
.carousel-indicators button {
filter: invert(100%);
}