This commit is contained in:
kek7198 2021-12-12 09:27:07 -06:00
parent dd27e7001f
commit 1b6a2ab8ec
4 changed files with 4 additions and 4 deletions

View file

@ -192,7 +192,7 @@
<link rel="stylesheet" href="{{ ASSET_URL }}"> <link rel="stylesheet" href="{{ ASSET_URL }}">
{% endassets %} {% endassets %}
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=27"> <link rel="stylesheet" href="/assets/css/mistletoe.css?v=28">
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>

View file

@ -13,7 +13,7 @@
<title>Login - {{'SITE_NAME' | app_config}}</title> <title>Login - {{'SITE_NAME' | app_config}}</title>
{% endblock %} {% endblock %}
<link rel="stylesheet" href="/assets/css/main.css?v=125"> <link rel="stylesheet" href="/assets/css/main.css?v=136">
{% assets 'css' %} {% assets 'css' %}
<link rel="stylesheet" href="{{ ASSET_URL }}"> <link rel="stylesheet" href="{{ ASSET_URL }}">

View file

@ -35,7 +35,7 @@
<link rel="stylesheet" href="{{ ASSET_URL }}"> <link rel="stylesheet" href="{{ ASSET_URL }}">
{% endassets %} {% endassets %}
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=27"> <link rel="stylesheet" href="/assets/css/mistletoe.css?v=28">
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>

View file

@ -26,7 +26,7 @@
<title>{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %}</title> <title>{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %}</title>
<link rel="stylesheet" href="/assets/css/main.css?v=125"> <link rel="stylesheet" href="/assets/css/main.css?v=136">
{% assets 'css' %} {% assets 'css' %}
<link rel="stylesheet" href="{{ ASSET_URL }}"> <link rel="stylesheet" href="{{ ASSET_URL }}">