cnil: update background colour of inverted block (#38423)

This commit is contained in:
Frédéric Péters 2019-12-11 18:35:50 +01:00
parent cb2ab42528
commit 9817da1db0
1 changed files with 2 additions and 2 deletions

View File

@ -223,10 +223,10 @@ div.errornotice {
}
.gru-content div.cell.inverse {
background: #363636;
background: $darkgray;
color: white;
h2 {
background: #363636;
background: $darkgray;
color: white;
}
}