mirror of
https://github.com/unmojang/drasl.git
synced 2026-02-03 22:23:07 +02:00
initial work on invites, admin page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user