We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d72943 commit d7d088dCopy full SHA for d7d088d
1 file changed
docs/.vitepress/theme/styles.css
@@ -11,19 +11,18 @@
11
* - footer
12
*/
13
--color-grey: #867e8e;
14
- /* TODO: code block (remove this once fixed at void0 theme) */
15
- --vp-code-color: #007d38;
16
}
17
18
:root.dark:not([data-theme])[data-variant="vitest"],
19
:root[data-theme="dark"][data-variant="vitest"] {
20
--color-brand: var(--color-zest);
21
- /* TODO: code block is fine on dark mode (remove this once fixed at void0 theme) */
22
- --vp-code-color: var(--vp-c-brand-1);
23
24
+:root[data-variant="vitest"]:not(.dark):not([data-theme="light"]),
25
:root[data-theme="light"][data-variant="vitest"] {
26
--color-brand: #008039;
+ /* TODO: code block (remove this once fixed at void0 theme) */
+ --vp-code-color: #007d38;
27
28
29
0 commit comments