Fix teleport animation page location

This commit is contained in:
Fraxle
2026-06-02 13:10:12 +01:00
parent 5a9fc51de5
commit 1a3a6d61f9
5 changed files with 279 additions and 3 deletions
+7
View File
@@ -872,6 +872,13 @@ ul { list-style: none; }
}
.footer-logo span { color: var(--orange); }
.footer-tagline { font-size: 0.88rem; margin-bottom: 20px; }
.footer-links { font-size: 0.82rem; margin-bottom: 14px; }
.footer-links a {
color: rgba(255,255,255,0.6);
text-decoration: none;
transition: color var(--transition);
}
.footer-links a:hover { color: var(--orange); }
.footer-copy { font-size: 0.78rem; }
/* ================================================