From 07cc932acc35885c61a3939226b1802ec519d012 Mon Sep 17 00:00:00 2001 From: Sebastian Greil <2123300@stud.hs-mannheim.de> Date: Wed, 17 May 2023 16:38:42 +0200 Subject: [PATCH] buttons sind jetzt anchor -> kein js notwendig --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 076231f..176cccd 100644 --- a/style.css +++ b/style.css @@ -1332,6 +1332,7 @@ input[type=number] { border-radius: 8px; border: none; cursor: pointer; + text-decoration: none; } /*----- Abmelden erfolgreich Ende -----*/