:root {
    --theme-color: darkred;
}
/* use this for the guide links */
.markdown-section h6 {
    font-size: var(--heading-h3-font-size);
    border-bottom: 1px solid #d1d6db;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 2rem 0 !important;
    font-weight: 800;
    letter-spacing: 0;
    padding-bottom: 0.02rem;
    margin: 0px;
    margin-top: 0px;
    text-decoration: none;
    text-transform: none;
}

.markdown-section h6 > a {
    border-bottom: 0;
    color: inherit;
    text-decoration: none;
}

.markdown-section h6 > a:hover {
    border-bottom: 0;
    color: darkred;
    text-decoration: none;
}

.sidebar-nav h3 > a {
    pointer-events: none;
    cursor: default;
    font-weight: bold;
}
