Verbessere die Lesbarkeit des rechtlichen Fußbereichs durch Anpassung der Link- und Textfarben
All checks were successful
Deploy via FTP / deploy (push) Successful in 4s

This commit is contained in:
2026-02-22 14:30:21 +01:00
parent d4d524cb7f
commit 2291d66ce9

View File

@@ -49,14 +49,14 @@ body::before {
z-index: 100; z-index: 100;
} }
#legal-bar a { #legal-bar a {
color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.55);
font-size: 11px; font-size: 11px;
text-decoration: none; text-decoration: none;
margin: 0 6px; margin: 0 6px;
transition: color 150ms ease; transition: color 150ms ease;
} }
#legal-bar a:hover { color: rgba(255,255,255,0.65); } #legal-bar a:hover { color: rgba(255,255,255,0.85); }
#legal-bar span { color: rgba(255,255,255,0.15); font-size: 11px; } #legal-bar span { color: rgba(255,255,255,0.4); font-size: 11px; }
/* ── Overlay card ── */ /* ── Overlay card ── */
#overlay { #overlay {
@@ -98,7 +98,7 @@ body::before {
.hint { .hint {
font-size: 12px !important; font-size: 12px !important;
color: rgba(255,255,255,0.35) !important; color: rgba(255,255,255,0.55) !important;
margin-top: 4px !important; margin-top: 4px !important;
} }