Files
httpserver/assets/style.css
tomoron a425bfbc67
All checks were successful
build docker container automatically / build (push) Successful in 3m39s
fix background color, start scheduled task tests
2026-04-21 11:41:31 +02:00

6 lines
64 B
CSS

html, body {
height: 100%;
margin: 0;
background: #18181b;
}