Switched dot color in gallery

main
Timo Montalto 2025-06-17 16:08:23 +02:00
parent 5a431f5c4e
commit 689420bf08
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
height: 10px; height: 10px;
width: 10px; width: 10px;
margin: 0 5px; margin: 0 5px;
background-color: #bbb; background-color: #555;
border-radius: 50%; border-radius: 50%;
display: inline-block; display: inline-block;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
@ -85,7 +85,7 @@
} }
.dot.active { .dot.active {
background-color: #555; background-color: #bbb;
} }
.slide-caption { .slide-caption {