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

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