From e9c12eb06d11ffaa5ac9b3169399e0f59f7951fa Mon Sep 17 00:00:00 2001 From: gilbN Date: Wed, 10 Jul 2019 17:39:11 +0200 Subject: [PATCH] fixed grafana plex color --- CSS/themes/grafana/plex.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/grafana/plex.css b/CSS/themes/grafana/plex.css index 98fbdd02..847cd208 100644 --- a/CSS/themes/grafana/plex.css +++ b/CSS/themes/grafana/plex.css @@ -16,6 +16,6 @@ :root { --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; - --accent-color: #32d1df; + --accent-color: #f9be03; --button-color: #fd5e94; } \ No newline at end of file