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