From d2d3e8828fc7f5f6278e6c427070bac22e0575a3 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Thu, 26 May 2022 14:16:32 +0200 Subject: [PATCH] moved from html style node to css file --- css/logon.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/logon.css b/css/logon.css index 82674c9..2e38024 100644 --- a/css/logon.css +++ b/css/logon.css @@ -97,3 +97,7 @@ text-decoration: none; color: white; font-weight: bold; } +a { + color: red; + text-decoration: none; +}