Dark theme: the closing band is a dark slab instead of a light one
deploy-shanaty / deploy (push) Successful in 50s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XtcZtnG4GQA1d6mW5PNrS9
This commit is contained in:
Emil
2026-09-21 04:57:33 +03:00
co-authored by Claude Sonnet 5
parent 6c6ce6f36a
commit e433796bc6
+3 -3
View File
@@ -98,9 +98,9 @@
--cube-edge: rgba(0, 0, 0, 0.4);
--cover-grid: rgba(255, 255, 255, 0.09);
--band-bg: #e8ebef;
--band-ink: #15181d;
/* The closing band: on a dark page it is a darker slab, not a light one (a light band dazzles at night). */
--band-bg: #101317;
--band-ink: #e9edf2;
}
* { box-sizing: border-box; }