Skip to content

Commit

Permalink
fix: Make dark scroll bar in dark theme (#17753)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakleed committed Nov 16, 2023
1 parent 85db724 commit e8cf9f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/assets/scss/tokens/themes.scss
Expand Up @@ -135,6 +135,8 @@ html[data-theme="light"] {
}

html[data-theme="dark"] {
color-scheme: dark;

--body-background-color: var(--color-neutral-900);
--body-text-color: var(--color-neutral-300);
--headings-color: #fff;
Expand Down

0 comments on commit e8cf9f6

Please sign in to comment.