From 70dce5f50079aa99f78bb5626ddaceba3a15444e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 13 Aug 2022 12:33:53 +0200 Subject: [PATCH] Fix donate button on mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- 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 466146b3..eba3ecac 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -779,7 +779,7 @@ li:not(.menu-open) .treeview-menu .warning-count { padding: 0.8em 1em; width: 100%; color: #fff !important; - background: #96060c; + background: #96060c !important; border: none; border-radius: 6px; }