This commit is contained in:
Aevann1 2022-04-14 18:46:57 +02:00
parent ce829ac8a9
commit 6b6e762d31
13 changed files with 21 additions and 21 deletions

View file

@ -8,7 +8,7 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=51">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=52">
{% if v.agendaposter %}
<style>
html {
@ -33,7 +33,7 @@
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=233">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=51">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=52">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}
@ -223,7 +223,7 @@
</head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed !important; background-color: var(--background)!important;"{% endif %}>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)!important;"{% endif %}>
{% block Banner %}
{% if '@' not in request.path %}