From ff56e27d4874f559a62bea5e6eeb258443e31936 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 3 Dec 2024 03:31:58 -0500 Subject: Yep --- main.css | 5 ++++- templates/auth/index.html | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index c37c7bb..9b4a85a 100644 --- a/main.css +++ b/main.css @@ -361,10 +361,13 @@ a.lcolonq-button-link :active { display: none; } +#lcolonq-auth-below { + text-align: center; +} + #lcolonq-auth-register { font-size: 0.7rem; color: CanvasText; - text-align: center; } #lcolonq-auth-error { diff --git a/templates/auth/index.html b/templates/auth/index.html index a4ff4ac..04547be 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -29,7 +29,9 @@ CONFIG_SUBST - click here to register or reset password +
+ click here to register or reset password +
login failed. either you used the wrong credentials or something is messed up on my end :3 -- cgit v1.2.3