forked from rDrama/rDrama
1
0
Fork 0

readjust ricardo3

master
Aevann1 2022-06-18 15:27:04 +02:00
parent 31b0bd5b68
commit 8d83c6944b
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="{{asset('css/main.css')}}">
<link rel="stylesheet" href="{{asset('css/' + v.theme + '.css')}}">
<link rel="stylesheet" href="/assets/css/awards.css?v=10">
<link rel="stylesheet" href="/assets/css/awards.css?v=11">
{% if v.agendaposter %}
<style>
html {
@ -42,7 +42,7 @@
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="{{asset('css/main.css')}}">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=57">
<link rel="stylesheet" href="/assets/css/awards.css?v=10">
<link rel="stylesheet" href="/assets/css/awards.css?v=11">
{% endif %}
{% if request.path == '/catalog' %}