From 93b7da4d95d8f8346592d54d69b732f523c5f026 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 13 Oct 2018 18:13:45 +0200 Subject: [PATCH] fixed background --- CSS/themes/graforg.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index d6eaa3cd..29534fcb 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -1,7 +1,7 @@ /* GRAFANA ORG THEME */ body { - color: #FFFFFF; - background-color: transparent; + color: #FFFFFF !important; + background-color: transparent !important; } .main-view { background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px);