Feat(color-scheme): set the color scheme on the document body #149

Merged
jakob.scheid merged 1 commits from feature/remove-top-offset-on-mobile into main 2026-07-28 19:47:48 +02:00
Owner

Color scheme on document body

This PR moves the color scheme to the document body instead of the app wrapper (#app-wrapper). The reactivity is provided by a watcher.

Related issues

Closes: #123

# Color scheme on document body This PR moves the color scheme to the document body instead of the app wrapper (`#app-wrapper`). The reactivity is provided by a watcher. ## Related issues Closes: #123
jakob.scheid added this to the 0.1.0 milestone 2026-07-28 17:50:51 +02:00
jakob.scheid added the
Priority
High
2
Area/GlobalKind/Feature
labels 2026-07-28 17:50:51 +02:00
jakob.scheid added this to the Project Board project 2026-07-28 17:50:51 +02:00
jakob.scheid moved this to Review in Project Board on 2026-07-28 17:51:01 +02:00
jakob.gregory approved these changes 2026-07-28 19:27:47 +02:00
jakob.scheid force-pushed feature/remove-top-offset-on-mobile from c9f8b513b0 to a10890d615 2026-07-28 19:42:41 +02:00 Compare
jakob.scheid force-pushed feature/remove-top-offset-on-mobile from a10890d615 to bd3c1042b2 2026-07-28 19:44:08 +02:00 Compare
jakob.scheid force-pushed feature/remove-top-offset-on-mobile from bd3c1042b2 to 11ab58a60b 2026-07-28 19:44:49 +02:00 Compare
jakob.scheid added 1 commit 2026-07-28 19:46:38 +02:00
The color scheme is now set on the document body. The reactivity is
ensured by a watcher on the color scheme ref. The color CSS variables
are now set on the body.
jakob.scheid force-pushed feature/remove-top-offset-on-mobile from 11ab58a60b to 2206b9952b 2026-07-28 19:46:38 +02:00 Compare
jakob.scheid merged commit f4d8952c54 into main 2026-07-28 19:47:48 +02:00
jakob.scheid deleted branch feature/remove-top-offset-on-mobile 2026-07-28 19:47:48 +02:00
jakob.scheid moved this to Done in Project Board on 2026-07-28 19:47:59 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#149