Astral Codex Ten Background Colour Fix

Removes light blue background colour from Astral Codex Ten.

  1. /* ==UserStyle==
  2. @name Astral Codex Ten Background Colour Fix
  3. @description Removes light blue background colour from Astral Codex Ten.
  4. @author Korakys
  5. @namespace astralcodexten.substack.com
  6. @version 0.1.6
  7. @license CC0
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("astralcodexten.substack.com") {
  11. html {
  12. --web_bg_color: initial !important;
  13. }
  14. }