@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user