remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 10:43:08 -06:00
parent bcf2d40837
commit a0a36ef5e4
1 changed files with 9 additions and 6 deletions

View File

@ -29,15 +29,13 @@
{% block stylesheets %}
<link rel="stylesheet" href="/assets/css/main.css?v=120">
<link rel="stylesheet" href="/assets/css/main.css?v=125">
{% assets 'css' %}
<link rel="stylesheet" href="{{ ASSET_URL }}">
{% endassets %}
<link rel="stylesheet" href="/assets/css/default.css?v=1027">
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=10">
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=18">
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
@ -52,9 +50,14 @@
<!-- <link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=118"> -->
{% endif %}
{% endblock %}
{% endblock %}
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
<link rel="preload" href="/assets/css/fa.css?v=52" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/assets/css/fa.css?v=52"></noscript>
<style>
@font-face { font-family: 'Delius Swash Caps'; src: url('/assets/fonts/DeliusSwashCaps-Regular.ttf'); }
</style>
</head>
<body class="overflow-hidden antialiased bg-cover bg-center bg-gray-200 text-gray-900" {% if v and v.background %}style="background:url(/assets/images/backgrounds/{{v.background}})"{% endif %}>