From: Vincent Vanwaelscappel Date: Tue, 21 Jun 2022 16:35:07 +0000 (+0200) Subject: wip #5317 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6506de5b9bec28abc0624c6dddce130524dd562d;p=fluidbook-html5.git wip #5317 @0.25 --- diff --git a/style/slideshow/vacheron.less b/style/slideshow/vacheron.less index e49b7d3f..83095747 100644 --- a/style/slideshow/vacheron.less +++ b/style/slideshow/vacheron.less @@ -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); @@ -147,7 +147,7 @@ } &:hover, &.active { - background-color: #987e52; + background-color: @slideshow-color; &:after { display: none;