Skip to content

Commit

Permalink
fix: Make dark scroll bar in dark theme for Chromium-based browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
rakleed committed Jun 26, 2024
1 parent fc25047 commit 87b6b9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/scss/tokens/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,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 87b6b9c

Please sign in to comment.