Merge pull request #4 from rixx/primary-color

Show content for events without primary color
This commit is contained in:
Franzi 2021-11-21 10:12:04 +01:00 committed by GitHub
commit 71330a7ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>