We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4befa commit 0f1866bCopy full SHA for 0f1866b
src/assets/stylesheets/main/_colors.scss
@@ -48,7 +48,7 @@
48
[data-md-color-scheme="default"] {
49
@extend %root;
50
51
- // Indicate that the page is rendered with a light color scheme
+ // Indicate that the site is rendered with a light color scheme
52
color-scheme: light;
53
54
// Hide images for dark mode
src/assets/stylesheets/palette/_scheme.scss
@@ -30,7 +30,7 @@
30
// Slate theme, i.e. dark mode
31
[data-md-color-scheme="slate"] {
32
33
- // Indicate that the page is rendered with a dark color scheme
+ // Indicate that the site is rendered with a dark color scheme
34
color-scheme: dark;
35
36
// Slate's hue in the range [0,360] - change this variable to alter the tone
0 commit comments