From 76aa8649b5a6c41a925bb25057ea0177716e435a Mon Sep 17 00:00:00 2001 From: default Date: Thu, 1 Jun 2023 10:11:09 +0200 Subject: Fixed another CSS typo. --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.c') diff --git a/utils.c b/utils.c index af62aaa..1c03fee 100644 --- a/utils.c +++ b/utils.c @@ -39,7 +39,7 @@ const char *default_css = ".snac-top-user-id { font-size: 150% }\n" ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n" ".snac-author { font-size: 90%; text-decoration: none }\n" - ".snac-author-tag { font-size: 90% }\n" + ".snac-author-tag { font-size: 80% }\n" ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" ".snac-top-controls { padding-bottom: 1.5em }\n" ".snac-post { border-top: 1px solid #a0a0a0; }\n" -- cgit v1.2.3