added updater and fixed fonts
Some checks failed
Build and Release / build (push) Failing after 1m37s

This commit is contained in:
2026-06-12 21:21:45 -05:00
parent ba7a22e0fd
commit 285ba5b3af
24 changed files with 760 additions and 84 deletions

View File

@@ -70,11 +70,13 @@ body {
button {
cursor: pointer;
font-family: inherit;
font-size: inherit;
}
/* Input */
input, textarea, select {
font-family: inherit;
font-size: inherit;
background: var(--bg-elevated);
color: var(--text-primary);
border: 1px solid var(--border);