mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-18 00:46:47 +01: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…
x
Reference in New Issue
Block a user