diff --git a/index.php b/index.php index 93bb260..6b55e95 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,7 @@ display: block; /* Sicherstellen, dass es wie ein Block-Element behandelt wird */ margin-bottom: 15px; /* Abstand nach unten */ } - button[type="submit"] { /* Angepasst von input[type="submit"] */ + button[type="submit"], .back-button { /* Angepasst von input[type="submit"] */ background-color: #a81212; color: white; padding: 12px 20px; @@ -58,8 +58,12 @@ font-size: 16px; width: 100%; transition: background-color 0.3s ease; + text-decoration: none; /* Für den Button-Link */ + display: block; /* Für den Button-Link */ + text-align: center; /* Für den Button-Link */ + box-sizing: border-box; /* Für den Button-Link */ } - button[type="submit"]:hover { + button[type="submit"]:hover, .back-button:hover { background-color: #8f0e0e; } .result-section { /* Container für die Ergebnisse */ @@ -142,15 +146,6 @@
Fehler beim Laden der Analyse-Ergebnisse.
' . htmlspecialchars($_GET['error']) . '