/* Why was this changed in the first place? We're still in a browser. */
:where(:root) { cursor: auto }

/* Overrides because Marx doesn't do this */
@media (prefers-color-scheme: dark) {
  body { --text:rgba(255, 255, 255, .8); --primary:#90b0ff; --dividers:rgba(255,255,255,0.5) }
  /* Just needs re-stating because those vars were resolved earlier */
  body { --link-color:var(--primary); --border:1px solid var(--dividers) }
  pre { background-color:#333 }
}
