From 847d1f3355d323782ca00456b64c319da4c292c1 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 25 Jul 2024 14:53:57 +0200 Subject: Add links to buttons --- src/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/static/style.css') 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; -- cgit v1.2.3