/* Generated by ops/demo-controls.mjs. */
.mk-dark-toggle {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}
.mk-dark-toggle i { pointer-events: none; }
/* The sun shows only once the page is dark, so the icon is correct on first
   paint rather than after a script decides. */
.mk-dark-toggle .mk-dark-sun { display: none; }
body.dark .mk-dark-toggle .mk-dark-moon { display: none; }
body.dark .mk-dark-toggle .mk-dark-sun { display: inline-block; }
