make ruff docs not horribly purple
ruff-black by AntiSol
Details
AuthorAntiSol
LicenseBSD 3 clause
Categorydevelopment
Created
Updated
Size499 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name docs.astral.sh/ruff/
@version 20241205.02.43
@namespace https://userstyles.world/user/antisol
@description make ruff docs not horribly purple
@author antisol
==/UserStyle== */
@-moz-document url-prefix("https://docs.astral.sh/ruff/") {
body[data-md-color-scheme="astral-dark"] {
--md-default-bg-color: #000 !important;
--md-primary-fg-color: #333 !important;
--md-code-bg-color: #111 !important;
--md-code-fg-color: #3f3 !important;
}
}