:root {
  color-scheme: light dark;
}

body {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

header {
  margin-bottom: 2rem;
}

.site-title {
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  color: inherit;
}

.post-list {
  list-style: none;
  padding: 0;
}

.post-list li {
  margin-bottom: 1.5rem;
}

.post-list a {
  font-size: 1.1rem;
  font-weight: 600;
}

.post-date {
  display: block;
  font-size: 0.85rem;
  opacity: 0.6;
}

.post-summary {
  margin: 0.25rem 0 0;
  opacity: 0.8;
}

article img {
  max-width: 100%;
}

pre {
  overflow-x: auto;
  padding: 1rem;
  background: rgba(127, 127, 127, 0.1);
  border-radius: 6px;
}
