alts, admin page, login

This commit is contained in:
2025-02-03 14:42:41 -08:00
parent 2d85fdb5cd
commit 5c0d9e9435
11 changed files with 214 additions and 45 deletions

View File

@ -105,11 +105,33 @@ body {
}
h1 {
color: #fe8019;
margin: auto;
text-align: center;
padding-top: 10px;
padding-bottom: 1em;
color: #fe8019;
}
.left-just {
text-align: left;
margin: 0 auto;
max-width: 800px;
}
h2 {
color: #fabd2f;
}
h3 {
color: #689d6a;
}
p, label {
color: #ebdbb2;
}
label {
font-weight: bold;
}
a {
@ -190,4 +212,13 @@ a:visited {
100% {
transform: translateY(0) rotate(-5deg);
}
}
select {
margin-bottom: 20px;
margin-right: 20px;
}
#set-alt-button {
margin-bottom: 20px;
}