From 4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 13 Oct 2023 19:59:06 +0200 Subject: Clean up stylesheet and improve layout on small and large screens. Use variables for color theming. --- views/head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/head.pug') diff --git a/views/head.pug b/views/head.pug index cffc55a..b10c3ce 100644 --- a/views/head.pug +++ b/views/head.pug @@ -21,7 +21,7 @@ mixin gamecover(title_id) mixin forumpost(row,show_buttons) .post(id=row.post_id) .head - .from: a(href="/user/"+row.author_name)= row.author_name + .from: b: a.black(href="/user/"+row.author_name)= row.author_name .time= row.ctime if row.edited | -- cgit v1.2.3