style(frontend): tint canvas light to #f3f5f8 for cards-on-canvas contrast
Canvas and paper were both #ffffff in light mode — cards only separated by a 1px hairline, causing eye fatigue. Tints the canvas token to a very pale cool neutral (#f3f5f8) so paper cards lift naturally without shadow or radius, preserving brutalism. Dark mode tokens unchanged. Updates DESIGN.md Surface section with rationale. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
@layer base {
|
||||
/* Light mode — default */
|
||||
:root {
|
||||
--color-canvas: #ffffff;
|
||||
--color-canvas: #f3f5f8;
|
||||
--color-paper: #ffffff;
|
||||
--color-cloud: #f7f7f7;
|
||||
--color-fog: #e8e8e8;
|
||||
|
||||
Reference in New Issue
Block a user