fix: apply authored presentation stage themes

This commit is contained in:
lda
2026-07-11 09:46:40 +07:00 Verified
parent 3587bc3fb7
commit 579bb96f03
5 changed files with 51 additions and 5 deletions
@@ -40,3 +40,8 @@
container-name: presentation-canvas;
container-type: inline-size;
}
.presentation-canvas[data-stage-theme="night"] {
background: oklch(0.12 0.025 250);
color: oklch(0.96 0.01 250);
}