/*
Diagram and ASCII ART styling for Jekyll (and other markdown parser that appends a .language- prefix)
*/

.syne-mono-regular {
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
}


html, body {
  background-color: black;
  color: white;
}

* {
  color: inherit;
}

.grimmasciigif {
  width: 240px;
  height: auto;
}

.language-ascii-art {
 display: inline-block; 
 font-family: "Lucida Console", Monaco, monospace;
 letter-spacing: -0.2em;
 line-height: 0.8em;
 text-shadow: 0 0 5px rgba(100,100,100,0.5);
}

.language-ascii-noshadows {
 display: inline-block; 
 font-family: "Lucida Console", Monaco, monospace;
 letter-spacing: -0.2em;
 line-height: 0.8em;
}