diff options
| -rw-r--r-- | main.css | 5 | ||||
| -rw-r--r-- | templates/auth/index.html | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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 <input id="lcolonq-auth-submit" type="submit" value="log in now!!"> </form> </div> - <a id="lcolonq-auth-register" href="https://api.colonq.computer/register">click here to register or reset password</a> + <div id="lcolonq-auth-below"> + <a id="lcolonq-auth-register" href="https://api.colonq.computer/register">click here to register or reset password</a> + </div> </div> <div id="lcolonq-auth-error" class="lcolonq-invisible"> login failed. either you used the wrong credentials or something is messed up on my end :3 |
