forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-13 22:20:55 +02:00
parent bbd633e8ca
commit 36623e6d0b
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
{% block stylesheets %} {% block stylesheets %}
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=232"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=50"> <link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>
html { html {
@ -50,8 +50,8 @@
{% endif %} {% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style> <style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=232"> <link rel="stylesheet" href="/assets/css/main.css?v=231">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=50"> <link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
{% endif %} {% endif %}
{% endblock %} {% endblock %}