From 34d799180e91dc5fbd9e130ddaddb12d80e7d7b6 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 | 4 ++++ static/bethune-bruay/_vars.scss | 2 ++ 2 files changed, 6 insertions(+) diff --git a/static/bethune-bruay/_custom.scss b/static/bethune-bruay/_custom.scss index a868a707..6c180f5c 100644 --- a/static/bethune-bruay/_custom.scss +++ b/static/bethune-bruay/_custom.scss @@ -104,3 +104,7 @@ div.widget div.title { div.hint { color: $grey; } + +form { + 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