mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-22 05:21:02 +00:00
Merge pull request #4 from rixx/primary-color
Show content for events without primary color
This commit is contained in:
commit
71330a7ecc
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