body { -webkit-font-smoothing: antialiased; }

.bigfoot-footnote__content {
  max-height: 340px !important;
}

/* ------------------------------------------------------------------- */
/* Alpine */
/* ------------------------------------------------------------------- */

img[alt=gif] {
    width: 320px;
    max-height: 320px;
}

a:link { color: cornflowerblue; }
a:visited { color: darkslateblue; }

p code {
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 0.2rem;
  font-family: "JetBrains Mono", ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
  padding: 0 4px;
}

p em, p i {
  font-weight: 500;
}

#post-list .post-body h2 {
  margin-top: 1em;
}

#post-list .post-body h2 {
  margin-top: 1em;
}

#post-list .post-body header h2 {
  margin-top: 0;
}

nav.main-nav a {
  font-size: 15px;
}

nav.main-nav .site-title a {
  font-size: 18px;
}

.site-title {
  background-position-y: unset;
  line-height: 1;
  padding-top: unset;
}

#footer a {
  display: inline-block;
  line-height: 1;
  padding: 0 0.2rem;
}

#footer a:hover {
  box-shadow: inset 0 -30px 0 #efefef;
  color: cornflowerblue;
}

.site-menus a[href="/photos/"],
.site-menus a[href="/replies/"] {
  display: none;
}


/* ------------------------------------------------------------------- */
/* Tufte */
/* ------------------------------------------------------------------- */

/*
a:link { color: royalblue; }
a:visited { color: darkslateblue; }

pre code {
  background-color: #f0f0f0;
  display: block;
  margin: 0;
  padding: 1rem;
}

p.summary {
    border: 1px solid rgba(128, 128, 128, 0.5);
    font-style: italic;
    padding: 1rem;
}
*/
