/*
 * Custom styles for code blocks (to support "Pygments" syntax highlighting with monokai theme).
 */

 [dir=ltr] .md-header__title {
  margin-left: 0rem;
  margin-right: .4rem
}
.highlight {
  border-radius: 0.2rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.highlight .md-code__content {
  background-color: #272822;
}

/*
 * Custom styles for code blocks "Bash" as its hard to read against dark background.
 */
.language-bash.highlight .md-code__content {
  background-color: cornsilk;
  font-weight: bold;
}

.md-clipboard:focus,
.md-clipboard:hover {
  color: white;
}

.md-clipboard {
  color: grey;
}
