Files
mt-air/.storybook/preview.css
T
Senko-san fec09570f8
Publish npm package / publish (push) Successful in 19s
initial
2026-06-12 13:30:02 +03:00

12 lines
330 B
CSS

/* 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;
}