Fix teleport animation page location
This commit is contained in:
@@ -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; }
|
||||
|
||||
/* ================================================
|
||||
|
||||
Reference in New Issue
Block a user