[CL-110] fix code block text color in Storybook (#8868)
This commit is contained in:
parent
e4ebf4aecc
commit
73d0782b6c
|
@ -47,3 +47,8 @@ $card-icons-base: "../../src/billing/images/cards/";
|
|||
@import "bootstrap/scss/_print";
|
||||
|
||||
@import "multi-select/scss/bw.theme.scss";
|
||||
|
||||
// Workaround for https://bitwarden.atlassian.net/browse/CL-110
|
||||
#storybook-docs pre.prismjs {
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue