From 58c802186430dbccc1105019f56fe3922160fe47 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Fri, 19 Apr 2024 22:51:20 +0300 Subject: [PATCH] change text color of footer --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 11e425a..84991ba 100644 --- a/static/style.css +++ b/static/style.css @@ -73,7 +73,7 @@ hr { footer { text-align: end; font-size: small; - opacity: 50%; + color: var(--subtext0); } .post-author {