[CL-110] fix code block text color in Storybook (#8868)

This commit is contained in:
Will Martin 2024-04-23 09:45:11 -04:00 committed by GitHub
parent e4ebf4aecc
commit 73d0782b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}