Save user flights

This commit is contained in:
2026-04-06 10:39:03 +10:00
parent 8da717a400
commit 968272754e
6 changed files with 26 additions and 30 deletions
+1 -9
View File
@@ -14,19 +14,11 @@
}
a {
color: var(--accent);
cursor: pointer;
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% */