From 4eed5cff5213aaf85299aa67a207ccf581eea6ef Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Mon, 11 Oct 2021 22:11:50 -0300 Subject: reply underline thickness set to 1px --- static/css/themes/gruvbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css/themes/gruvbox.css') 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 { -- cgit v1.2.3