diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-03 03:25:45 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-03 03:25:45 -0500 |
| commit | 11e9f419d4078a525063407c8054930b662bcef7 (patch) | |
| tree | 49879146a2c2f3c134ad2c26c6fd1b841c156f94 /main.css | |
| parent | 89f75a71dd936ba01030c5a097fa441e57abde5f (diff) | |
Fix auth
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -358,14 +358,18 @@ a.lcolonq-button-link :active { display: none; } +#lcolonq-auth-beneath { + grid-row: 3; + grid-column: 2; +} + #lcolonq-auth-register { font-size: 0.7rem; color: CanvasText; + text-align: center; } #lcolonq-auth-error { - grid-row: 3; - grid-column: 2; text-align: center; color: red; } |
