/* Third-party workarounds. Each entry names the upstream cause and the
   condition under which it can be removed. Nothing else belongs here. */

/* reveal.js-menu (vendored 2.1.0, upstream archived) re-injects its
   menu.css at runtime, after every build-emitted stylesheet, so only
   !important can override its 30px offsets statically. Removable if the
   plugin is ever replaced by a patched copy without the runtime loader. */
.reveal .slide-menu-button {
  left: 8px !important;
  bottom: 8px !important;
}
