venissieux: use pink/red to mark current step (#27961)

This commit is contained in:
Frédéric Péters 2018-11-14 08:54:34 +01:00
parent a2c074395c
commit a353d76232
1 changed files with 6 additions and 3 deletions

View File

@ -222,9 +222,12 @@ div#steps {
}
div#steps ol li.current {
span.marker {
color: $secondary-color;
}
background: $secondary-color;
color: white;
border-bottom: 2px solid $secondary-color;
border-radius: 0;
span.marker {
border: 0;
color: white;
}
}