From 9817da1db0b85893aeef1ccabf4bf31a8f71ae4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 11 Dec 2019 18:35:50 +0100 Subject: [PATCH] cnil: update background colour of inverted block (#38423) --- static/cnil/_custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/cnil/_custom.scss b/static/cnil/_custom.scss index 1baa58c9..bcd7a1cc 100644 --- a/static/cnil/_custom.scss +++ b/static/cnil/_custom.scss @@ -223,10 +223,10 @@ div.errornotice { } .gru-content div.cell.inverse { - background: #363636; + background: $darkgray; color: white; h2 { - background: #363636; + background: $darkgray; color: white; } }