initial work on invites, admin page

This commit is contained in:
Evan Goode
2023-07-01 23:35:43 -04:00
parent 7b8411d69d
commit 22d5f3525d
18 changed files with 562 additions and 132 deletions

View File

@@ -1,5 +1,6 @@
html, body {
margin: 0;
height: 100%;
}
body {
background: black;
@@ -9,6 +10,14 @@ body {
font-size: 1rem;
}
table {
width: 100%;
}
td:last-of-type {
text-align: right;
}
h1 {
font-family: Helvetica;
font-size: 2rem;