initial
Publish npm package / publish (push) Successful in 19s

This commit is contained in:
Senko-san
2026-06-12 13:30:02 +03:00
commit fec09570f8
152 changed files with 23285 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/* Calm canvas matching the MtAir page background. Reacts to the
data-theme toggle automatically via --color-bg-page. */
.sb-show-main {
background-color: var(--color-bg-page);
}
/* Autodocs preview blocks: same surface as the canvas. */
.docs-story,
.sbdocs-preview {
background-color: var(--color-bg-page) !important;
}