Files
blogger-nodejs/webroot/default.css
deadvey 35163b5584 Fixed an issue with an incomplete example-config.json that made the
server not work at all.
Also added a default.css file
2025-10-24 12:28:22 +01:00

17 lines
189 B
CSS

body {
max-width: 900px;
margin: auto;
}
#header {
text-align: center;
}
#post-edit img {
width: 20px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}