12 lines
330 B
CSS
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;
|
|
}
|