Files
woodburn/templates/assets/css/404.css
Nathan Woodburn 6efc480e70
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 1m3s
Build Docker / BuildImage (push) Successful in 1m5s
feat: Migrate site to python3 dashboard
2026-02-11 14:18:34 +11:00

20 lines
272 B
CSS

body {
background-color: #000000;
color: #ffffff;
}
h1 {
font-size: 50px;
margin: 0;
padding: 0;
}
.centre {
margin-top: 10%;
text-align: center;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}