/* Custom styles for writing.tbryanjones.com */

/* Increase readability */
body {
  font-size: 1.1rem;
  line-height: 1.7;
}

/* Code blocks */
pre {
  padding: 1rem;
  border-radius: 0.5rem;
}

/* Links */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Post listing cards */
.quarto-post {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

/* Interactive elements */
.observablehq {
  margin: 1.5rem 0;
}
