aboutsummaryrefslogtreecommitdiff
path: root/static/css/themes
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/themes')
-rw-r--r--static/css/themes/default.css2
-rw-r--r--static/css/themes/gruvbox.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/css/themes/default.css b/static/css/themes/default.css
index 504f51c..98edc29 100644
--- a/static/css/themes/default.css
+++ b/static/css/themes/default.css
@@ -81,7 +81,7 @@ h1, h2, h3, h4, h5, h6 {
a.reply {
color: #af0a0f;
- text-decoration: underline;
+ text-decoration: 1px underline;
}
.replyLink {
diff --git a/static/css/themes/gruvbox.css b/static/css/themes/gruvbox.css
index c3f1abd..8704482 100644
--- a/static/css/themes/gruvbox.css
+++ b/static/css/themes/gruvbox.css
@@ -5,7 +5,7 @@ a, a:link, a:visited, a:active {
a.reply {
color: #cc241d;
- text-decoration: underline;
+ text-decoration: 1px underline;
}
a:hover.reply {