/* Applied when <html class="dark"> (set from localStorage); redefines style.css's variables only. */

html.dark {
  --bg: #000;
  --fg: #fff;
  --muted: #bbb;
  --border-color: #fff;
}
