Skip to content

Commit 0f1866b

Browse files
committed
Documentation
1 parent aa4befa commit 0f1866b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/stylesheets/main/_colors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
[data-md-color-scheme="default"] {
4949
@extend %root;
5050

51-
// Indicate that the page is rendered with a light color scheme
51+
// Indicate that the site is rendered with a light color scheme
5252
color-scheme: light;
5353

5454
// Hide images for dark mode

src/assets/stylesheets/palette/_scheme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Slate theme, i.e. dark mode
3131
[data-md-color-scheme="slate"] {
3232

33-
// Indicate that the page is rendered with a dark color scheme
33+
// Indicate that the site is rendered with a dark color scheme
3434
color-scheme: dark;
3535

3636
// Slate's hue in the range [0,360] - change this variable to alter the tone

0 commit comments

Comments
 (0)