Astral Codex Ten Background Colour Fix

Removes light blue background colour from Astral Codex Ten.

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

  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.3
  7. @license CC0
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("astralcodexten.substack.com") {
  11. body {
  12. :root {
  13. --background_pop: #67bdfc;
  14. --cover_bg_color: initial !important;
  15. --background_pop_darken: #4eb2fc;
  16. --print_on_pop: #ffffff;
  17. --border_subtle: rgba(181, 190, 202, 0.5);
  18. --background_subtle: rgba(232, 245, 255, 0.4);
  19. --print_pop: #67bdfc;
  20. --cover_print_primary: #1a1a1a;
  21. --cover_print_secondary: #757575;
  22. --cover_border_color: #67bdfc;
  23. --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';
  24. --font_weight_body_preset: 400;
  25. --font_preset_body: sans;
  26. --web_bg_color: initial !important;
  27. --background_contrast_1: #dbe6f4;
  28. --background_contrast_2: #d0dae8;
  29. --background_contrast_3: #bec7d3;
  30. --background_contrast_4: #a3abb6;
  31. --background_contrast_5: #899099;
  32. --background_contrast_pop: rgba(103, 189, 252, 0.4);
  33. --input_background: #e3eefc;
  34. --cover_input_background: #e3eefc;
  35. --tooltip_background: #171819;
  36. --web_bg_color_h: 214.6153846153846;
  37. --web_bg_color_s: 81.25000000000007%;
  38. --web_bg_color_l: 93.72549019607843%;
  39. --print_on_web_bg_color: hsl(214.6153846153846, 20.31250000000002%, 18.549019607843135%);
  40. --print_secondary_on_web_bg_color: #6a6e74;
  41. --selected_comment_background_color: #e2e8f1;
  42. --background_pop_rgb: 103, 189, 252;
  43. }
  44. }
  45. }