From a1e1a5f003fcbeec35b3cb0399ca41d6d3579425 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:07:42 -0300 Subject: very minor cosmetic fixes --- static/css/themes/default.css | 1 + static/css/themes/gruvbox.css | 1 + 2 files changed, 2 insertions(+) (limited to 'static/css/themes') diff --git a/static/css/themes/default.css b/static/css/themes/default.css index 8b93e51..a0692f9 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -81,6 +81,7 @@ h1, h2, h3, h4, h5, h6 { a.reply { color: #af0a0f; + text-decoration: underline; } .replyLink { diff --git a/static/css/themes/gruvbox.css b/static/css/themes/gruvbox.css index b534bed..16465f3 100644 --- a/static/css/themes/gruvbox.css +++ b/static/css/themes/gruvbox.css @@ -5,6 +5,7 @@ a, a:link, a:visited, a:active { a.reply { color: #cc241d; + text-decoration: underline; } a:hover.reply { -- cgit v1.2.3