phase-4: scss upgrade
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// ── Reset & Base ──────────────────────────────────────────────────────────
|
||||
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
background: var(--bg-base);
|
||||
color: var(--text-secondary);
|
||||
font-size: var(--fs-md);
|
||||
}
|
||||
Reference in New Issue
Block a user