diff --git a/www/index.html b/www/index.html index e072ef6..560be99 100644 --- a/www/index.html +++ b/www/index.html @@ -141,11 +141,13 @@ diff --git a/www/style.css b/www/style.css index 58c006c..5b17fc0 100644 --- a/www/style.css +++ b/www/style.css @@ -97,3 +97,7 @@ a { .carousel-indicators button { background-color: #fff !important; } + +.carousel-control-prev-icon, .carousel-control-next-icon { + filter: invert(0) !important; +}