﻿/* Allows for further customization specific to BushConsulting */

.hamburgerMenu {
    background-color: #ffffff;
}

/* Allows for better appearance of <code>...</code> inside paragraphs */
code {
    font-family: Inconsolata,monospace,sans-serif;
    font-size: .85em;
    padding: 1px 3px;
    white-space: pre-wrap;
    border: 1px solid #e3edf3;
    border-radius: 2px;
    background: #f7fafb;
    color: black;
}
