aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-01-30 01:49:06 -0500
committerBobby <[email protected]>2023-01-30 01:49:06 -0500
commitf2653d6d60eddff6da213f2e35e2ac00c0593d56 (patch)
tree3e64651965e8cb5197c2a6047c114a51ce71ed8e /static
parentc2e8e9a511963bb286cf3fd386369b4bbdbeb2ad (diff)
downloadthatcomputerscientist-f2653d6d60eddff6da213f2e35e2ac00c0593d56.tar.xz
thatcomputerscientist-f2653d6d60eddff6da213f2e35e2ac00c0593d56.zip
`text-decoration: none;` for `.button:hover`
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css4
1 files changed, 4 insertions, 0 deletions
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%);