Save user flights
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user