mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(style): always use dark mode for code snippet
This commit is contained in:
parent
dbfe50685c
commit
1b3907fc71
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ html[theme="g90"] .code-override {
|
|||
}
|
||||
|
||||
.code-override .bx--snippet {
|
||||
/** Docs code snippet is always dark mode */
|
||||
color-scheme: dark;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue