Astral Codex Ten Background Colour Fix

Removes light blue background colour from Astral Codex Ten.

目前为 2022-07-27 提交的版本。查看 最新版本

/* ==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;
  }
}
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址