forked from MarseyWorld/MarseyWorld
fix
parent
c5779b0486
commit
f6dfc14a0e
|
@ -192,7 +192,7 @@
|
|||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||
{% endassets %}
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=27">
|
||||
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=28">
|
||||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<title>Login - {{'SITE_NAME' | app_config}}</title>
|
||||
{% endblock %}
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=125">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=136">
|
||||
|
||||
{% assets 'css' %}
|
||||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||
{% endassets %}
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=27">
|
||||
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=28">
|
||||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
|
|
|
@ -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>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=125">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=136">
|
||||
|
||||
{% assets 'css' %}
|
||||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||
|
|
Loading…
Reference in New Issue