Skip to content

Commit

Permalink
override dark mode in storybook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Apr 1, 2024
1 parent 9b0ae9b commit e6710df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/public/storybook-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
font-size: inherit !important;
font-weight: 600;
}

/* Override dark mode in Storybook docs. */
:root :has(#storybook-docs:not([hidden='true'])) {
--color-text: 0 0% 20%;
color-scheme: light !important;
}

0 comments on commit e6710df

Please sign in to comment.