We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0126f74 commit 621e98fCopy full SHA for 621e98f
docs/stylesheets/extra.css
@@ -36,7 +36,7 @@
36
--md-default-fg-color--lighter: var(--white);
37
--md-primary-fg-color: var(--space);
38
--md-primary-bg-color: var(--white);
39
- --md-accent-fg-color: var(--radiate);
+ --md-accent-fg-color: var(--cosmic);
40
41
--md-typeset-color: var(--white);
42
--md-typeset-a-color: var(--radiate);
@@ -92,3 +92,8 @@
92
.md-typeset table:not([class]) {
93
display: table;
94
}
95
+
96
+/* See: https://github.com/astral-sh/ruff/issues/8519 */
97
+[data-md-color-scheme="astral-dark"] details summary a {
98
+ color: var(--flare);
99
+}
0 commit comments