forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 22:26:24 -06:00
parent e0fa6730ec
commit a64f807d0c
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
{% block content %}
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=200"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=200">
<link rel="stylesheet" href="/assets/css/main-deprecated.css?v=200"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=200">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=200">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=200"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=200">
<link rel="stylesheet" href="/assets/css/main-deprecated.css?v=200"><link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=200">
{% endif %}
<div class="row justify-content-around">