mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-24 23:41:02 +00:00
Show content for events without primary color
Currently, this turns into white-on-white.
This commit is contained in:
parent
92ddff646c
commit
0066e301f6
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue