[data-md-color-primary="twitch"] {
    --md-primary-fg-color:        #9146FF;
    --md-primary-fg-color--light: #9146FF;
    --md-primary-fg-color--dark:  #9146FF;

    --md-primary-bg-color:           #f0f0ff;
    --md-primary-bg-color--light:    #f0f0ff;

    --md-default-fg-color--light: #f0f0ff;

    --md-footer-bg-color:              #18181b;
    --md-footer-bg-color--dark:        #18181b;

    --md-typeset-color: #f0f0ff
}

.md-footer {
    background-color: #1D1D20;
}

.md-footer-meta {
    background-color: #18181b;
}

body {
    background-color: #0e0e10 !important;
}

.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
    background: transparent !important;
    box-shadow: none !important;
}

.md-nav--secondary .md-nav__title {
    background: transparent !important;
    box-shadow: none !important;
}