body {
font-family: 'DM Mono', monospace;
color: #000;
background-color: #fff;
margin: 0;
padding: 40px;
line-height: 1.6;
}
.container {
max-width: 700px;
margin: 0 auto;
}
a {
color: #000;
text-decoration: none;
border-bottom: 1px solid #000;
transition: background 0.2s, color 0.2s;
}
a:hover {
background: #000;
color: #fff;
}
hr {
border: none;
border-top: 1px solid #ccc;
margin: 20px 0;
}
.post-date {
color: #555;
font-size: 0.9em;
}
.posts-list {
list-style: none;
padding: 0;
}
.posts-list li {
margin-bottom: 15px;
}
header h1 {
margin-bottom: 5px;
font-size: 2em;
}
header p {
margin-top: 0;
color: #555;
}