example-blog/template/static/style.css
2025-03-08 14:06:08 +01:00

14 lines
No EOL
157 B
CSS

html {
background: #222;
color: white;
}
article {
margin-top: 10px;
}
article > header {
padding: 5px 20px;
background: white;
color: black;
}