From d27e2846f9d335f0fc0f860ea70f9dc7469d9ebd Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 4 Aug 2024 13:18:03 -0500 Subject: [PATCH] adjust kudos-button:disabled styling (disable transparency) --- static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/custom.css b/static/css/custom.css index 95717b2..c7c6ddf 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -444,6 +444,7 @@ p:has(+ ul) { .kudos-button:disabled { cursor: default; + color: var(--fg); } .kudos-button .emoji {