This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| These are the Tailwind v4 built-in palette values referenced by the | |
| dark mode token overrides in global.base.css (.dark block). | |
| e.g. --color-surface: var(--color-mauve-900) → oklch(21.2% 0.019 322.12) | |
| All values are OKLCH. | |
| */ | |
| /* ── Mauve (used for all surfaces, foreground, borders in dark mode) ── */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ====================================================== | |
| PubliWrite — global.base.css color tokens | |
| Light mode: @theme block | |
| Dark mode: .dark overrides | |
| Tailwind class = token name without --color- prefix | |
| e.g. --color-surface → bg-surface, text-surface, border-surface | |
| ====================================================== */ | |
| /* ── LIGHT MODE (@theme) ── */ |