Revert "hehe"

This reverts commit 138193ce13.
This commit is contained in:
2026-05-09 01:18:08 +01:00
parent 70b428fce7
commit a76b559a0e
12 changed files with 56 additions and 162 deletions

View File

@@ -427,29 +427,3 @@ h2[id], h3[id], h4[id] { scroll-margin-top: 6.5rem; }
background-color: var(--active-toc);
/* border: 1px solid var(--border, #ccc); */
}
.auth-page {
min-height: 70vh;
display: grid;
place-items: center;
padding: 3rem 1rem;
}
.auth-form {
width: min(100%, 360px);
display: grid;
gap: 0.8rem;
}
.auth-form h1 {
margin: 0 0 0.5rem;
}
.auth-form input {
width: 100%;
box-sizing: border-box;
}
.auth-message {
min-height: 1.4em;
color: #a33;
}