Skip to content

Commit 1e517e2

Browse files
committed
Add dark mode to body for single story
1 parent 9abfa83 commit 1e517e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.storybook/preview-styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@
1818
#storybook-docs .sbdocs-content h2 {
1919
font-weight: 800;
2020
font-size: 24px;
21-
}
21+
}
22+
23+
.dark body {
24+
background-color: #171717 !important;
25+
}

0 commit comments

Comments
 (0)