/* Hide About link */
.menu a.about {
    display: none !important;
}

/* Make sidebar toggle all white for black background */
.sidebar-toggle,
.sidebar-toggle span {
    color: #ffffff !important;
}

/* Remove white background on hover */
.sidebar-toggle:hover,
.sidebar-toggle:focus,
.sidebar-toggle:active {
    background: transparent !important;
    background-color: transparent !important;
}
