From 7b084b87d458ae8d1e23c29c21577f9e504835b1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 25 May 2020 16:12:29 +0300 Subject: [PATCH] pi-hole.css: fix glow to use the current color Signed-off-by: XhmikosR --- style/pi-hole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index b45a5f48..c65245a6 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -25,7 +25,7 @@ transition-duration: 500ms; } .small-box span.glow { - text-shadow: 0 0 5px #fff; + text-shadow: 0 0 5px currentColor; } .list-group-item:hover {