Switched dot color in gallery
parent
5a431f5c4e
commit
689420bf08
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue