Save user flights

This commit is contained in:
2026-04-05 21:38:36 +10:00
parent fcbf021af7
commit 8da717a400
10 changed files with 273 additions and 51 deletions
+15
View File
@@ -13,6 +13,21 @@
}
a {
color: var(--accent);
text-decoration: none;
}
a:visited {
color: var(--accent);
}
a:hover {
text-decoration: underline;
text-decoration-color: rgba(56, 189, 248, 0.4);
text-underline-offset: 3px;
}
.glass {
background: rgba(17, 24, 39, 0.2); /* --surface at 60% */
-webkit-backdrop-filter: blur(12px) saturate(180%);