/* Light Theme */

body.theme-light {
  background-color: #ffffff;
  color: #222222;
}

body.theme-light .site-header {
  background-color: #f8f8f8;
}

body.theme-light .site-footer {
  background-color: #f8f8f8;
}

body.theme-light a {
  color: #003399;
}

body.theme-light a:hover {
  text-decoration: none;
}

body.theme-light .lightswitch span.light.active {
  background-color: #003399;
  color: #ffffff;
}

body.theme-light .lightswitch span.dark.active {
  background-color: transparent;
  color: #555555;
}