Astral Codex Ten Background Colour Fix

Removes light blue background colour from Astral Codex Ten.

2022-07-26 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==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.2
@license     CC0
==/UserStyle== */

@-moz-document domain("astralcodexten.substack.com") {
body {
  :root {
    --background_pop: #67bdfc;
    --cover_bg_color: initial;
    --background_pop_darken: #4eb2fc;
    --print_on_pop: #ffffff;
    --border_subtle: rgba(181, 190, 202, 0.5);
    --background_subtle: rgba(232, 245, 255, 0.4);
    --print_pop: #67bdfc;
    --cover_print_primary: #1a1a1a;
    --cover_print_secondary: #757575;
    --cover_border_color: #67bdfc;
    --font_family_body_preset: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --font_weight_body_preset: 400;
    --font_preset_body: sans;
    --web_bg_color: initial;
    --background_contrast_1: #dbe6f4;
    --background_contrast_2: #d0dae8;
    --background_contrast_3: #bec7d3;
    --background_contrast_4: #a3abb6;
    --background_contrast_5: #899099;
    --background_contrast_pop: rgba(103, 189, 252, 0.4);
    --input_background: #e3eefc;
    --cover_input_background: #e3eefc;
    --tooltip_background: #171819;
    --web_bg_color_h: 214.6153846153846;
    --web_bg_color_s: 81.25000000000007%;
    --web_bg_color_l: 93.72549019607843%;
    --print_on_web_bg_color: hsl(214.6153846153846, 20.31250000000002%, 18.549019607843135%);
    --print_secondary_on_web_bg_color: #6a6e74;
    --selected_comment_background_color: #e2e8f1;
    --background_pop_rgb: 103, 189, 252;
  }
}
}