From 3fb286717fe8b57078b78af65d062c58b858ec83 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 13 Oct 2018 20:04:05 +0200 Subject: [PATCH] important --- CSS/themes/grafplex.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index ae337e70..e2f5b566 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -1,6 +1,7 @@ /* GRAFANA BLUR THEME */ body { - background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png"); + background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), + url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important; background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center; @@ -21,7 +22,8 @@ body { } /* login page */ .login { - background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png"); + background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), + url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important; background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center;