remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 06:37:07 -06:00
parent 6ccd797318
commit d8a933f92d
1 changed files with 59 additions and 55 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en" class="h-full">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@ -33,10 +33,12 @@
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
</head> </head>
<body class="h-full bg-gradient-to-t from-gray-700 to-gray-600" id="login"> <body class="h-full bg-gradient-to-t from-gray-200 to-gray-100" id="login">
<div class="min-h-full flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8"> <div class="min-h-full flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-md w-full space-y-8">
<div class="mb-3"> <div class="mb-3">
<a href="/" class="text-decoration-none"> <a href="/" class="text-decoration-none">
<span class="h3 text-primary">{{'SITE_NAME' | app_config}}</span> <span class="h3 text-primary">{{'SITE_NAME' | app_config}}</span>
@ -113,6 +115,8 @@
</div> </div>
</div>
<script src="/assets/js/signup.js?v=63"></script> <script src="/assets/js/signup.js?v=63"></script>
{% if hcaptcha %} {% if hcaptcha %}