Fixed erroneous comma in template

This commit is contained in:
squidfunk 2020-08-16 14:42:34 +02:00
parent 71bc294b67
commit 4e8fa6e201
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
"grey": "#757575",
"blue-grey": "#546d78",
"black": "#000000",
"white": "#ffffff",
"white": "#ffffff"
}[key] }}{% endmacro %}
{% macro accent(key) %}{{ {
"red": "#ff1a47",

View File

@ -42,7 +42,7 @@
"grey": "#757575",
"blue-grey": "#546d78",
"black": "#000000",
"white": "#ffffff",
"white": "#ffffff"
}[key] }}{% endmacro %}
<!-- Accent colors -->