bethune-bruay: set body-background color (#52289)

This commit is contained in:
Valentin Deniaud 2021-03-23 11:12:52 +01:00
parent 6d4596de4b
commit e88734352a
2 changed files with 12 additions and 0 deletions

View File

@ -104,3 +104,13 @@ div.widget div.title {
div.hint {
color: $grey;
}
div#rub_service {
background-color: white;
}
ul#evolutions {
li div.msg, div.evolution-metadata {
background-color: white;
}
}

View File

@ -4,6 +4,7 @@ $grey: #687983;
$primary-color: $red;
$secondary-color: $grey;
$body-background: #fafafa;
$font-color: black;
$font-size: 17px;
$font-family: "Fira Sans", Roboto, sans-serif;
@ -26,6 +27,7 @@ $title-border-bottom: 3px dotted;
$title-font-size: $font-size * 1.3;
$title-weight: 700;
$cell-background: white;
$cell-border: 0;
$button-color: $grey;