Adding footer links, tweaking privacy text, etc.

This commit is contained in:
Dan 2026-02-21 20:16:42 +00:00
parent 15d98fe19a
commit 6c3e8bd8a0
3 changed files with 39 additions and 9 deletions

View file

@ -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);