From e88734352afb5d88b608e905c459546c106f3ff8 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 23 Mar 2021 11:12:52 +0100 Subject: [PATCH] bethune-bruay: set body-background color (#52289) --- static/bethune-bruay/_custom.scss | 10 ++++++++++ static/bethune-bruay/_vars.scss | 2 ++ 2 files changed, 12 insertions(+) diff --git a/static/bethune-bruay/_custom.scss b/static/bethune-bruay/_custom.scss index a868a707..4f142ae0 100644 --- a/static/bethune-bruay/_custom.scss +++ b/static/bethune-bruay/_custom.scss @@ -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; + } +} diff --git a/static/bethune-bruay/_vars.scss b/static/bethune-bruay/_vars.scss index 6c2e609e..d741b9f3 100644 --- a/static/bethune-bruay/_vars.scss +++ b/static/bethune-bruay/_vars.scss @@ -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; -- 2.20.1