Astral Codex Ten Background Colour Fix

Removes light blue background colour from Astral Codex Ten.

Fra og med 27.07.2022. Se den nyeste version.

/* ==UserStyle==
@name        Astral Codex Ten Background Colour Fix
@description Removes light blue background colour from Astral Codex Ten.
@author      Korakys
@namespace   astralcodexten.substack.com
@version     0.1.4
@license     CC0
==/UserStyle== */

@-moz-document domain("astralcodexten.substack.com") {
body {
  :root {
    --cover_bg_color: initial !important;
    --web_bg_color: initial !important;
  }
}
html {
  :root {
    --cover_bg_color: initial !important;
    --web_bg_color: initial !important;
  }
}
}