Add status to header, status styling

This commit is contained in:
Carl Pearson
2024-10-17 05:58:20 -06:00
parent 46e6405e76
commit 4087212daa
3 changed files with 19 additions and 9 deletions

7
static/style/status.css Normal file
View File

@@ -0,0 +1,7 @@
.status-container {
margin: 0.5rem;
}
.status-container .raw {
font-family: 'Courier New', Courier, monospace;
}