Merge feature/v0.21.0-appcss-sweep into v0.21.0 polish wave

This commit is contained in:
Ben Stull
2026-05-28 11:34:28 -07:00
2 changed files with 796 additions and 742 deletions
+793 -738
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -1,8 +1,7 @@
:root {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
Arial, sans-serif;
color: #1a1a1a;
background: #fafaf8;
font-family: var(--font-sans);
color: var(--color-text);
background: var(--color-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}