remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 07:13:44 -06:00
parent 18706154a4
commit c6262845a5
1 changed files with 3 additions and 6 deletions

View File

@ -31,6 +31,9 @@
{% endassets %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<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>
</head>
<body class="relative h-full bg-gradient-to-t from-gray-500 to-gray-400">
@ -45,12 +48,6 @@
<div class="max-w-md w-full space-y-8">
<div class="mb-3">
<a href="/" class="text-decoration-none">
<span class="h3 text-primary">{{'SITE_NAME' | app_config}}</span>
</a>
</div>
{% if ref_user %}
<h1 class="text-center h2">@{{ref_user.username}} has invited you!</h1>
<p class="mx-auto text-gray-500">Looks like someone wants you to join {{'SITE_NAME' | app_config}}.</p>