From befd990f52a715142373a80306c537d4d8734e62 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 2 Mar 2024 19:03:25 +0200 Subject: [PATCH] make author-bitten a little bit brighter --- files/assets/css/awards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 12d688d62..fe5d5d2e0 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -297,5 +297,5 @@ .author-bitten { filter: grayscale(100%) brightness(80%); - color: #909090 !important; + color: #a0a0a0 !important; }