diff options
Diffstat (limited to 'static/css/themes')
-rw-r--r-- | static/css/themes/default.css | 1 | ||||
-rw-r--r-- | static/css/themes/gruvbox.css | 1 |
2 files changed, 2 insertions, 0 deletions
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 { |