:scope * {
  scroll-margin-top: calc(70px + 10px);
  /* header + padding */
}

:scope[data-mode=dark] pre {
  background-color: #0e0e0e !important;
}
