mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed documentation for CSS variables
This commit is contained in:
parent
6c8698e4f9
commit
c664931819
@ -424,6 +424,9 @@ from the template.
|
|||||||
--md-accent-fg-color--transparent: ...;
|
--md-accent-fg-color--transparent: ...;
|
||||||
--md-accent-bg-color: ...;
|
--md-accent-bg-color: ...;
|
||||||
--md-accent-bg-color--light: ...;
|
--md-accent-bg-color--light: ...;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root > * {
|
||||||
|
|
||||||
/* Code block color shades */
|
/* Code block color shades */
|
||||||
--md-code-bg-color: ...;
|
--md-code-bg-color: ...;
|
||||||
|
Loading…
Reference in New Issue
Block a user