body.light {
  background-color: white;
  color: black;
}

.light .theme-toggle-button {
  color: var(--fa-yellow);
}

.light .theme-toggle-button:hover {
  color: var(--fa-dk-yellow);
}

