css cleanup, added downloads page

This commit is contained in:
ngn
2024-01-18 20:01:30 +03:00
parent 1e9893cfc2
commit d33b18557e
19 changed files with 284 additions and 160 deletions

14
public/error.css Normal file
View File

@ -0,0 +1,14 @@
.error {
text-align: center;
}
.error h1{
font-size: 30px;
color: white;
margin: 50px 50px 10px 50px;
}
.error a{
font-size: 25px;
color: var(--bright-second);
}