summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-25 14:53:57 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-25 14:53:57 +0200
commit847d1f3355d323782ca00456b64c319da4c292c1 (patch)
tree00110b1adffeb3375682ee8a96dd78f845090c2b /src/static
parent44e2ba31b80ead160197462d9a4c3e8527836eed (diff)
Add links to buttons
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 9d6c3d5..bfa6465 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -87,10 +87,14 @@ a {
border: none;
vertical-align: bottom;
}
+.web-button-link {
+ text-decoration: none;
+}
.web-button {
width: 88px;
height: 31px;
vertical-align: middle;
+ border: none;
}
.center {
text-align: center;