bc
This commit is contained in:
parent
4a7474d414
commit
f4e563eade
11 changed files with 16 additions and 16 deletions
|
@ -7,7 +7,7 @@
|
|||
<script src="/assets/js/bootstrap.js?v=245"></script>
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=213">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=214">
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=41">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
|
@ -32,7 +32,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=213">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=214">
|
||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=41">
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue