/* dark.css -- Settings for the dark mode version of DEC */

/* Setting Site Variables */
:root {
    --main-text-color: #fafafa;
    --main-accent-color: #525286;
    --body-background-color: #1c1c1c;
    --header-link-text-color: #fafafa;
    --emblem-text-color: #fafafa;
    --link-color: lightcoral;
    --footer-background-color: #585c5a;
    --warning-box-background: #585c5a;
    --warning-box-text: white;
    --index-description-background: #585c5a;
    --index-description-text: white;
    --settings-description-background: #585c5a;
    --settings-description-text: white;
    --dropdown-menu-background: #1a1c1b;
    --dropdown-menu-text: #fafafa;
    --emblem-tooltip-background: #1a1c1b;
    --emblem-tooltip-text: #fafafa;
    --emblem-detail-border-color: rgba(236, 240, 241, 0.2);
    --search-box-border: #525286;
    --changelog-link-color: lightcoral;
    /* Set Theme Switcher Variables*/
    --dark-mode-toggle-light-icon: 🌕;
    --dark-mode-toggle-dark-icon: 🌑;
}