:root {
  color-scheme: light;
}

body {
  min-height: 100vh;
  background: #f6f8f8;
}

code {
  background: #f4f5f7;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0.1rem 0.35rem;
  font-size: 0.8rem;
}

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
