summaryrefslogtreecommitdiff
path: root/views/head.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-13 19:59:06 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-13 22:41:09 +0200
commit4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff (patch)
tree9206a2c5472c5c1480ad5c035b776a74d74a602f /views/head.pug
parent5cdc7862b20c8642a235e8ea46686939e5f6032a (diff)
downloadserver-4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff.tar.gz
Clean up stylesheet and improve layout on small and large screens.
Use variables for color theming.
Diffstat (limited to 'views/head.pug')
-rw-r--r--views/head.pug2
1 files changed, 1 insertions, 1 deletions
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
|