vivaplusdl/static/style.css
Sebastiaan de Schaetzen 6fd1850e20
Some checks failed
Build / build (push) Failing after 1h10m17s
Basics of a web interface
2025-03-12 08:43:07 +01:00

10 lines
112 B
CSS

body {
background-color: black;
color: white;
font-family: sans-serif;
}
h1 {
text-transform: uppercase;
}