From 56e29ea22d6d600f95c8488b47ea501bfbaa59ec Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 20 Oct 2023 22:16:17 +0200 Subject: [PATCH] a colors --- templates/register.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/templates/register.html b/templates/register.html index 4fa0d668..40d46eb1 100644 --- a/templates/register.html +++ b/templates/register.html @@ -69,6 +69,29 @@ header { box-sizing: border-box; } + +you are looking for this: + +a:visited{ + color:blue; +} + +a:link{ + color:blue; +} +a:visited{ + color:purple; +} +a:hover{ + color:orange; +} +a:focus{ + color:green; +} +a:active{ + color:red; +} +