Fix: Welten Footer-Links dezent hervorgehoben — heller, Underline, Text-Shadow, SW by-v643

This commit is contained in:
rene 2026-05-03 10:33:49 +02:00
parent 4da2088074
commit 860de6d2a7
4 changed files with 12 additions and 8 deletions

View file

@ -7799,15 +7799,19 @@ svg.empty-state-icon {
padding: 10px 0 2px;
}
.world-footer-links span {
font-size: 10px;
color: rgba(255, 255, 255, 0.35);
font-size: 11px;
color: rgba(255, 255, 255, 0.6);
cursor: pointer;
letter-spacing: 0.04em;
letter-spacing: 0.05em;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: rgba(255, 255, 255, 0.3);
transition: color 0.15s;
}
.world-footer-links span:hover,
.world-footer-links span:active {
color: rgba(255, 255, 255, 0.65);
color: rgba(255, 255, 255, 0.9);
}
/* ── KEYFRAMES ───────────────────────────────────────────── */