Skip to content

Commit

Permalink
fix storybook docs in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Jul 1, 2024
1 parent 20e7d7e commit 18197df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/public/storybook-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
:root :has(#storybook-docs:not([hidden='true'])) {
--color-brand: 270 50% 80%;
--color-text: 0 0% 20%;
--color-neutral-900: 0 0% 95%;
--color-background: 0 0% 100%;
--color-neutral-900: 0 0% 0%;
--color-neutral-100: 0 0% 85%;

color-scheme: light !important;
}

0 comments on commit 18197df

Please sign in to comment.