From 2ebe68177db063168a3edbbfe8a6a5e7cb23cdd2 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 15 Sep 2018 01:18:57 +0200 Subject: [PATCH] fixed link to blur --- CSS/themes/grafplex.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index e84f0d52..09b6bc42 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -1,6 +1,6 @@ /* GRAFANA BLUR THEME */ body { - background-image: url("https://cdn.rawgit.com/gilbN/GrafOrg/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/GrafOrg/master/Resources/blur-light.png"); + background-image: url("https://cdn.rawgit.com/gilbN/theme.park/f19b85d9/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/theme.park/f19b85d9/Resources/blur-light.png"); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center;