From 90ba0a449d29f4c3a10e98ea4df73882f1c9b081 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 15 Nov 2022 09:15:09 +0200 Subject: [PATCH] Increase small-box footer contrast ratio Contrast ratio is still low, but this should improve things. Generally, it's advised to aim for a contrast ratio of 4.5. 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 40eaaa1d..f43c316e 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -447,7 +447,7 @@ td.lookatme { } .small-box > .small-box-footer { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.75); transition: all 0.5s; }