From 1daa772f5a1e7c52d47f3f52a7c2b22cd1a3dd8f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 26 Dec 2020 00:56:53 +0100 Subject: [PATCH] Fix comtodon author color. The variable doesn't exist anymore. --- static/comtodon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/comtodon.css b/static/comtodon.css index 998b28f..7898247 100644 --- a/static/comtodon.css +++ b/static/comtodon.css @@ -59,7 +59,7 @@ .comtodon a.author { text-decoration: none; - color: var(--blue); + color: #8ac; } .comtodon .author .name {