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; + }