﻿[data-bs-theme="dark"] body.public-site {
    background: url(/img/bg/mdf.png) !IMPORTANT;
}

.mdforge-subnav {
    /*background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17203c+0,7c1313+84,8c3310+84,752201+86,17203c+100 */
    background: linear-gradient(to bottom, rgba(23,32,60,1) 0%,rgba(124,19,19,1) 84%,rgba(140,51,16,1) 84%,rgba(117,34,1,1) 86%,rgba(23,32,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    /*border-bottom: 2px solid var(--lh-primary, #e94560);*/
}

    .mdforge-subnav .nav-link {
        color: rgba(255,255,255,.75);
        font-size: .875rem;
        padding: .4rem .85rem;
        border-radius: .375rem;
        transition: background .15s, color .15s;
    }

        .mdforge-subnav .nav-link:hover,
        .mdforge-subnav .nav-link.active {
            color: #fff;
            background: rgba(255,255,255,.12);
        }

    .mdforge-subnav .mdforge-brand {
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: .4rem;
    }

        .mdforge-subnav .mdforge-brand i {
            color: var(--lh-primary, #e94560);
        }

    .mdforge-subnav .nav-separator {
        width: 1px;
        background: rgba(255,255,255,.2);
        height: 1.25rem;
        margin: 0 .5rem;
    }
