diff --git a/assets/css/gallery.css b/assets/css/gallery.css index 6b19e59..d249997 100644 --- a/assets/css/gallery.css +++ b/assets/css/gallery.css @@ -77,7 +77,7 @@ height: 10px; width: 10px; margin: 0 5px; - background-color: #bbb; + background-color: #555; border-radius: 50%; display: inline-block; transition: background-color 0.3s ease; @@ -85,7 +85,7 @@ } .dot.active { - background-color: #555; + background-color: #bbb; } .slide-caption {