From b17ff556439dbd8b4b4ec4499d2420bab923550e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 2 Dec 2018 13:46:45 +0100 Subject: [PATCH] COlor of ad --- server/public/assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 5da66afc..30b48bf9 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -4071,3 +4071,7 @@ footer > .IL_BASE ~ .IL_BASE { footer > .IL_BASE { display: flex !important; } + +.IL_BASE .IL_BASE { + background-color: white; +}