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; + } +}