forked from rDrama/rDrama
1
0
Fork 0

fix xmas color

master
Aevann 2022-12-30 09:47:22 +02:00
parent c7e93578a9
commit 2b89cdf251
1 changed files with 1 additions and 1 deletions

View File

@ -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">