mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed erroneous comma in template
This commit is contained in:
parent
71bc294b67
commit
4e8fa6e201
@ -22,7 +22,7 @@
|
||||
"grey": "#757575",
|
||||
"blue-grey": "#546d78",
|
||||
"black": "#000000",
|
||||
"white": "#ffffff",
|
||||
"white": "#ffffff"
|
||||
}[key] }}{% endmacro %}
|
||||
{% macro accent(key) %}{{ {
|
||||
"red": "#ff1a47",
|
||||
|
@ -42,7 +42,7 @@
|
||||
"grey": "#757575",
|
||||
"blue-grey": "#546d78",
|
||||
"black": "#000000",
|
||||
"white": "#ffffff",
|
||||
"white": "#ffffff"
|
||||
}[key] }}{% endmacro %}
|
||||
|
||||
<!-- Accent colors -->
|
||||
|
Loading…
Reference in New Issue
Block a user