mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
aa4befa429
commit
0f1866b108
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user