/* ================================================
   Terminal-zen custom overrides
   ================================================ */

/* This file is loaded after the main theme stylesheet.
   Use it for any site-specific customizations. */

/* Wider container for article pages */
.container--wide {
  max-width: 1100px !important;
}

@media (min-width: 1100px) {
  .container--wide {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

/* Post content link style override */
.post-content a {
  text-decoration: underline;
  text-decoration-color: rgba(var(--accent-rgb), .3);
}

.post-content a:hover {
  text-decoration-color: rgba(var(--accent-rgb), .8);
}