From 5a639f8c405d24a55b89ac69e872e12111523218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 20 Aug 2019 08:32:09 +0200 Subject: [PATCH] saone-et-loire-cd71-2019: add blue background to current step --- static/saone-et-loire-cd71-2019/_custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/saone-et-loire-cd71-2019/_custom.scss b/static/saone-et-loire-cd71-2019/_custom.scss index 6e6a07a9..f4695b57 100644 --- a/static/saone-et-loire-cd71-2019/_custom.scss +++ b/static/saone-et-loire-cd71-2019/_custom.scss @@ -272,3 +272,10 @@ div#tracking-code { padding-left: 0; } } + +div#steps ol { + & li.current { + background: $blue; + color: white; + } +}