Turn auth toggle into link

This commit is contained in:
2026-02-03 00:57:52 +01:00
parent 5a3763682a
commit edc8760465
3 changed files with 8 additions and 2 deletions

View File

@@ -184,6 +184,7 @@ p { margin: 0; }
.link { color: #30afea; text-decoration: none; font-weight: 700; }
.link:hover { text-decoration: underline; }
.link.compact { font-size: 14px; }
.auth-toggle-link { text-align: center; display: inline-block; }
.chip { background: #c5dff1; color: #2c1c0d; padding: 4px 8px; border-radius: 999px; font-size: 12px; }
.chip.danger-chip { background: #e0564f; border: 1px solid #c54740; color: #fffaf3; }