diff --git a/src/assets/stylesheets/main/_colors.scss b/src/assets/stylesheets/main/_colors.scss index ea68526d7..d66f3e4b1 100644 --- a/src/assets/stylesheets/main/_colors.scss +++ b/src/assets/stylesheets/main/_colors.scss @@ -48,7 +48,7 @@ [data-md-color-scheme="default"] { @extend %root; - // Indicate that the page is rendered with a light color scheme + // Indicate that the site is rendered with a light color scheme color-scheme: light; // Hide images for dark mode diff --git a/src/assets/stylesheets/palette/_scheme.scss b/src/assets/stylesheets/palette/_scheme.scss index 72655ddd5..31840ceda 100644 --- a/src/assets/stylesheets/palette/_scheme.scss +++ b/src/assets/stylesheets/palette/_scheme.scss @@ -30,7 +30,7 @@ // Slate theme, i.e. dark mode [data-md-color-scheme="slate"] { - // Indicate that the page is rendered with a dark color scheme + // Indicate that the site is rendered with a dark color scheme color-scheme: dark; // Slate's hue in the range [0,360] - change this variable to alter the tone