saone-et-loire-cd71-2019: add blue background to current step

This commit is contained in:
Frédéric Péters 2019-08-20 08:32:09 +02:00
parent 70035ae4ff
commit 5a639f8c40
1 changed files with 7 additions and 0 deletions

View File

@ -272,3 +272,10 @@ div#tracking-code {
padding-left: 0;
}
}
div#steps ol {
& li.current {
background: $blue;
color: white;
}
}