Fixed documentation for CSS variables

This commit is contained in:
squidfunk 2020-07-01 14:10:34 +02:00
parent 6c8698e4f9
commit c664931819

View File

@ -424,6 +424,9 @@ from the template.
--md-accent-fg-color--transparent: ...;
--md-accent-bg-color: ...;
--md-accent-bg-color--light: ...;
}
:root > * {
/* Code block color shades */
--md-code-bg-color: ...;