mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
[CL-110] fix code block text color in Storybook (#8868)
This commit is contained in:
@@ -47,3 +47,8 @@ $card-icons-base: "../../src/billing/images/cards/";
|
|||||||
@import "bootstrap/scss/_print";
|
@import "bootstrap/scss/_print";
|
||||||
|
|
||||||
@import "multi-select/scss/bw.theme.scss";
|
@import "multi-select/scss/bw.theme.scss";
|
||||||
|
|
||||||
|
// Workaround for https://bitwarden.atlassian.net/browse/CL-110
|
||||||
|
#storybook-docs pre.prismjs {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user