/* Code in text */
/* changes code block badlground to white */
.md-typeset code  {
  background-color: white;
}
