Adding footer links, tweaking privacy text, etc.
This commit is contained in:
parent
15d98fe19a
commit
6c3e8bd8a0
3 changed files with 39 additions and 9 deletions
|
|
@ -435,7 +435,9 @@ input::placeholder {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#toast.show.clickable:hover { filter: brightness(1.1); }
|
||||
#toast.show.clickable:hover {
|
||||
filter: brightness(1.1);
|
||||
}
|
||||
|
||||
/* ── Settings modal ────────────────────────────────────────────────────── */
|
||||
.overlay {
|
||||
|
|
@ -519,7 +521,7 @@ input::placeholder {
|
|||
}
|
||||
|
||||
/* Privacy notice */
|
||||
.privacy-notice {
|
||||
.polite-notice {
|
||||
background: var(--accent-dim);
|
||||
border: 1.5px solid color-mix(in srgb, var(--accent) 30%, transparent);
|
||||
border-radius: var(--r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue