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 { :root {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", font-family: var(--font-sans);
Arial, sans-serif; color: var(--color-text);
color: #1a1a1a; background: var(--color-bg);
background: #fafaf8;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }