diff options
| author | Bobby <[email protected]> | 2023-01-30 01:46:46 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-01-30 01:46:46 -0500 |
| commit | c2e8e9a511963bb286cf3fd386369b4bbdbeb2ad (patch) | |
| tree | 46d7bd99f36c0393510c0d63c6720dfa044ed110 | |
| parent | 62626fe0999333dd8f10ef203683eefee716219a (diff) | |
| download | thatcomputerscientist-c2e8e9a511963bb286cf3fd386369b4bbdbeb2ad.tar.xz thatcomputerscientist-c2e8e9a511963bb286cf3fd386369b4bbdbeb2ad.zip | |
text decoration none for buttons
| -rw-r--r-- | static/css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 8c47ab05..fbd4e876 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -143,6 +143,7 @@ kbd { background: -webkit-linear-gradient(90deg, #3E4245 0%, #2E3131 100%); background: linear-gradient(90deg, #3E4245 0%, #2E3131 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E4245",endColorstr="#2E3131",GradientType=1); + text-decoration: none; } .button-special { |
