From 822bdd4ecdb6fc3db8340479bd31f0691ccaaf23 Mon Sep 17 00:00:00 2001 From: NikolaiDerDeutsche Date: Sun, 3 Dec 2023 19:36:24 +0100 Subject: [PATCH] Commit file --- css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/global.css b/css/global.css index 96bd430..7ca4433 100644 --- a/css/global.css +++ b/css/global.css @@ -20,7 +20,7 @@ h1 { h1,h3,p,a,input,textarea,button,label { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-decoration: none; - color: #ffffff; + color: red; border: none; } .form-auth-wrap {