/* ==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.6 @license CC0 @downloadURL https://update.greasyfork.icu/scripts/448466/Astral%20Codex%20Ten%20Background%20Colour%20Fix.user.css @updateURL https://update.greasyfork.icu/scripts/448466/Astral%20Codex%20Ten%20Background%20Colour%20Fix.meta.css ==/UserStyle== */ @-moz-document domain("astralcodexten.substack.com") { html { --web_bg_color: initial !important; } }