Browse Source

Update superslides.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
06a4612827
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      css/superslides.css

4
css/superslides.css

@ -50,7 +50,7 @@
} }
.slides-pagination a { .slides-pagination a {
border: 2px solid #fff; border: 2px solid #333;
border-radius: 15px; border-radius: 15px;
width: 12px; width: 12px;
height: 12px; height: 12px;
@ -66,5 +66,5 @@
text-indent: -100%; text-indent: -100%;
} }
.slides-pagination a.current { .slides-pagination a.current {
background: #fff; background: #333;
} }

Loading…
Cancel
Save