Skip to content

Commit 8e55939

Browse files
george-gcaodcambc
authored andcommitted
Fix scrollbar color (alshedivat#3058)
Fixes alshedivat#3055 Signed-off-by: George Araújo <[email protected]>
1 parent 2fe9d60 commit 8e55939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/_themes.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@use "sass:color";
66

77
:root {
8+
color-scheme: light;
89
--global-bg-color: #{$white-color};
910
--global-code-bg-color: #{$code-bg-color-light};
1011
--global-text-color: #{$black-color};
@@ -76,6 +77,7 @@
7677
}
7778

7879
html[data-theme="dark"] {
80+
color-scheme: dark;
7981
--global-bg-color: #{$grey-color-dark};
8082
--global-code-bg-color: #{$code-bg-color-dark};
8183
--global-text-color: #{$grey-color-light};

0 commit comments

Comments
 (0)