forked from MarseyWorld/MarseyWorld
fix xmas color
parent
c7e93578a9
commit
2b89cdf251
|
@ -8,7 +8,7 @@
|
|||
{%- import 'util/macros.html' as macros with context -%}
|
||||
{%- import 'util/html_head.html' as html_head with context -%}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" style="--primary:#{{v.themecolor if v else DEFAULT_COLOR}}">
|
||||
<html lang="en" {% if not HOLIDAY_EVENT %}style="--primary:#{{v.themecolor if v else DEFAULT_COLOR}}"{% endif %}>
|
||||
<head>
|
||||
{% block head %}
|
||||
<meta charset="utf-8">
|
||||
|
|
Loading…
Reference in New Issue