fix background color, start scheduled task tests
All checks were successful
build docker container automatically / build (push) Successful in 3m39s

This commit is contained in:
2026-04-21 11:41:31 +02:00
parent 0f6ac25d30
commit a425bfbc67
5 changed files with 282 additions and 20 deletions

5
assets/style.css Normal file
View File

@ -0,0 +1,5 @@
html, body {
height: 100%;
margin: 0;
background: #18181b;
}