From 73e43f8f4b73d28a512c6a751c5a7b1d54a0df68 Mon Sep 17 00:00:00 2001 From: Jukoga Date: Sun, 18 May 2025 20:35:26 +0200 Subject: [PATCH] links are colored --- templates/support.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/templates/support.html b/templates/support.html index 956b195..ece2011 100644 --- a/templates/support.html +++ b/templates/support.html @@ -5,9 +5,23 @@ body { background-image: url('/media/bg.jpg'); background-size: cover; background-repeat: no-repeat; } + + /* Link-Farben definieren */ + a.text-light { + color: #5f7c8e !important; + } + + a.text-light:visited { + color: #4f6a7b !important; + } + + /* Optionale Hover-Effekte */ + a.text-light:hover { + text-decoration: underline; + }
-
+

Support Us