general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-19 12:29:05 +03:00
parent 9e307b7da4
commit 7cea387f02
27 changed files with 94 additions and 535 deletions

View File

@ -10,20 +10,12 @@
#error h1 {
font-size: 5rem;
color: #111;
color: #eee;
}
#error p {
text-transform: uppercase;
font-size: 1.6rem;
color: #222;
color: #ddd;
text-align: center;
}
.dark #error h1 {
color: #eee;
}
.dark #error p {
color: #ddd;
}