:root {
  color-scheme: light dark;
}

body {
  max-width: 40rem;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: system-ui, sans-serif;
  line-height: 1.6;
}

header a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
}

header, footer {
  margin: 1.5rem 0;
}

footer {
  font-size: 0.85rem;
  opacity: 0.6;
}

ul.posts {
  list-style: none;
  padding: 0;
}

ul.posts li {
  margin: 0.5rem 0;
}

ul.posts .date {
  opacity: 0.6;
  margin-right: 0.5rem;
}

.tags .tag {
  opacity: 0.6;
  margin-right: 0.5rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}

th, td {
  border: 1px solid currentColor;
  padding: 0.4rem 0.6rem;
  text-align: left;
}
