diff options
| author | Bobby <[email protected]> | 2023-01-30 01:49:06 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-01-30 01:49:06 -0500 |
| commit | f2653d6d60eddff6da213f2e35e2ac00c0593d56 (patch) | |
| tree | 3e64651965e8cb5197c2a6047c114a51ce71ed8e | |
| parent | c2e8e9a511963bb286cf3fd386369b4bbdbeb2ad (diff) | |
| download | thatcomputerscientist-f2653d6d60eddff6da213f2e35e2ac00c0593d56.tar.xz thatcomputerscientist-f2653d6d60eddff6da213f2e35e2ac00c0593d56.zip | |
`text-decoration: none;` for `.button:hover`
| -rw-r--r-- | static/css/main.css | 4 |
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%); |
