a,
a:active,
a:hover,
a:visited {
    color: blue;
}

/* Do not show TOC heading in prominent blue */
#TableOfContents a,
#TableOfContents a:active,
#TableOfContents a:hover,
#TableOfContents a:visited {
    color: inherit;
}

pre code {
    padding: 15px;
}

pre, code {
    background-color: #d4d6db;
    border-radius: 4px;
    padding: 0px;
}
