This commit is contained in:
Marc Beninca 2025-01-25 10:58:39 +01:00
parent fa556464e8
commit 8b1e4d19e1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,17 +1,26 @@
body {
background-color: #f0f;
background-color: #111;
color: #777;
font-family: sans-serif;
}
header {
text-align: start;
}
header {
}
h1 {
color: #ff0000;
color: #f77;
text-align: center;
}
a {
color: #088;
}
h2 {
color: #f77;
}
footer {
text-align: end;
}