Skip to content

Commit

Permalink
fix: dark scheme for native elements
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jul 31, 2023
1 parent faebf1e commit 8e159be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@
font-family: var(--r-element-font-family);
font-size: var(--r-element-font-size);
line-height: var(--r-element-line-height);
:root.dark & {
color-scheme: dark;
}
}

0 comments on commit 8e159be

Please sign in to comment.