From 89f75a71dd936ba01030c5a097fa441e57abde5f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 3 Dec 2024 03:23:27 -0500 Subject: Fix register link --- main.css | 5 +++++ templates/auth/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/main.css b/main.css index a31b585..c45a96b 100644 --- a/main.css +++ b/main.css @@ -358,6 +358,11 @@ a.lcolonq-button-link :active { display: none; } +#lcolonq-auth-register { + font-size: 0.7rem; + color: CanvasText; +} + #lcolonq-auth-error { grid-row: 3; grid-column: 2; diff --git a/templates/auth/index.html b/templates/auth/index.html index fbfa571..3cc6f08 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -27,8 +27,8 @@ 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