Show content for events without primary color

Currently, this turns into white-on-white.
This commit is contained in:
Tobias Kunze 2021-11-21 09:56:04 +01:00
parent 92ddff646c
commit 0066e301f6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" href="{% static "pretalx_lower_thirds/frontend.css" %}" />
<style type="text/css">
#box {
background-color: {{ request.event.primary_color }};
background-color: {{ request.event.primary_color|default:"#3aa57c" }};
}
</style>
</head>