From 6506de5b9bec28abc0624c6dddce130524dd562d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 Jun 2022 18:35:07 +0200 Subject: [PATCH] wip #5317 @0.25 --- style/slideshow/vacheron.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.5