feat: inelegant and buggy version of auth

This commit is contained in:
2025-02-16 17:22:36 +01:00
parent fbe17479f7
commit 15c9a64de2
5 changed files with 121 additions and 19 deletions

View File

@@ -12,16 +12,17 @@ body {
height: 100%;
}
footer {
font-size: x-small;
}
#root {
max-width: 1280px;
margin: 0 auto;
padding: 8px;
}
footer {
font-size: x-small;
}
.grey {
color: #444;
}
@@ -37,6 +38,11 @@ footer {
z-index: -1;
}
input {
padding: 0.2em 16px;
margin-bottom: 0.5em;
}
h1,
h2,
h3 {
@@ -120,7 +126,8 @@ h3 {
margin: auto;
}
button {
button,
.button {
font-weight: bold;
font-size: large;
color: aliceblue;