:root {
  --accent: #d46a3a;
}

.content {
  max-width: 760px;
}

.site-description {
  margin-bottom: 2.5rem;
}

header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--accent);
}

.list-item .title {
  margin-bottom: 0.25rem;
}

.body img {
  border-radius: 4px;
}

.body pre {
  border-radius: 4px;
  overflow-x: auto;
}

.body blockquote {
  border-left-color: var(--accent);
}

a {
  border-bottom: none;
  text-underline-offset: 0.18em;
}

header .main a,
header nav a {
  border-bottom: 3px solid var(--maincolor);
}

.body a {
  border-bottom: 1px solid currentColor;
}

.post-tag,
.tags a,
.readmore {
  border-bottom: none;
  color: var(--accent);
}
