Add a special page showing the latest laser usage

This commit is contained in:
2022-02-08 02:28:10 +00:00
parent 8d8a399f33
commit 680039fa51
5 changed files with 151 additions and 4 deletions
+18
View File
@@ -133,6 +133,24 @@ body {
margin-top: 1rem;
}
.usage {
height: 100vh;
background-color: black;
color: white;
padding: 0.5em;
font-size: 3em;
}
.usage .ui.header {
color: white;
}
.usage .stat {
font-size: 2em;
margin-bottom: 0.75em;
}
.footer {
margin-top: -20rem;
background: black;