aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-01-30 01:46:46 -0500
committerBobby <[email protected]>2023-01-30 01:46:46 -0500
commitc2e8e9a511963bb286cf3fd386369b4bbdbeb2ad (patch)
tree46d7bd99f36c0393510c0d63c6720dfa044ed110 /static/css
parent62626fe0999333dd8f10ef203683eefee716219a (diff)
downloadthatcomputerscientist-c2e8e9a511963bb286cf3fd386369b4bbdbeb2ad.tar.xz
thatcomputerscientist-c2e8e9a511963bb286cf3fd386369b4bbdbeb2ad.zip
text decoration none for buttons
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css1
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 {