]> _ Git - fluidbook-html5.git/commitdiff
wip #5317 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Jun 2022 16:35:07 +0000 (18:35 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Jun 2022 16:35:07 +0000 (18:35 +0200)
style/slideshow/vacheron.less

index e49b7d3f55b6086eca8d17d2ec70a2054beb9e35..830957475a4db371382e058a6d2e3dd88542dbf7 100644 (file)
@@ -90,9 +90,9 @@
         width: @w;
         height: @w;
         border-radius: 50%;
-        background-color: #987e52;
+        background-color: @slideshow-color;
         margin: 0 10px;
-        color: #987e52;
+        color: @slideshow-color;
         font-size: 8px;
         font-weight: bold;
         padding: unit((@w/2), px);
         }
 
         &:hover, &.active {
-          background-color: #987e52;
+          background-color: @slideshow-color;
 
           &:after {
             display: none;