From f2653d6d60eddff6da213f2e35e2ac00c0593d56 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 30 Jan 2023 01:49:06 -0500 Subject: `text-decoration: none;` for `.button:hover` --- static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index fbd4e876..7c273b06 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -146,6 +146,10 @@ kbd { text-decoration: none; } +.button:hover { + text-decoration: none; +} + .button-special { background-color: #8663e5; background: -moz-linear-gradient(90deg, #8663e5 0%, #6735c6 100%); -- cgit v1.2.3