html.theme-dark-pre body {
  background: #0a0907;
  color: rgba(255, 248, 230, 0.92);
}

html.theme-light-pre body {
  background: linear-gradient(160deg, #fffdf5 0%, #fff8e1 45%, #ffecb3 100%);
  color: #2c2416;
}
