diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-11 22:11:50 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 4eed5cff5213aaf85299aa67a207ccf581eea6ef (patch) | |
tree | 6e1bbae381271ff213d26572f922efd7a9727a08 /static/css/themes/gruvbox.css | |
parent | 7835f24687abaa1e5254c5c78d985d4bb78abcfc (diff) |
reply underline thickness set to 1px
Diffstat (limited to 'static/css/themes/gruvbox.css')
-rw-r--r-- | static/css/themes/gruvbox.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |