@media (min-width: 992px) {
  .container {
    max-width: 740px;
  }
}

main.container {
  font-family: serif;
  font-size: 18px;
}

.highlight {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

blockquote {
  border-left: solid 2px gray;
  padding-left: 16px;
  color: gray;
}

nav.bg-light {
  background-color: rgb(222, 255, 0) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  background-color: rgb(222, 255, 0);
  color: black;
}

.navbar-light .navbar-brand {
  color: black;
  text-decoration: none;
}

.navbar-light .navbar-brand:hover {
  text-decoration: underline;
}

.navbar-light .navbar-brand {
  color: black;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: black;
  text-decoration: underline;
}

.post-title a {
  text-decoration: none;
}

.post-title a:hover {
  background-color: inherit;
  text-decoration: underline;
}

code {
  background-color: rgb(222, 255, 0);
  color: black;
}

code[class*="language-"],
pre[class*="language-"] {
  font-size: 15px;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  background-color: inherit;
  text-decoration: underline;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: rgb(222, 255, 0);
}

/* inline code snippets */
:not(pre)>code[class*="language-"] {
  background: #eee;
  color: black;
  text-shadow: none;
}
