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.
2 parents 8a9ca01 + f58e04d commit bd0250dCopy full SHA for bd0250d
website/src/css/custom.css
@@ -27,6 +27,7 @@
27
--ifm-tabs-padding-horizontal: 0.4rem;
28
--ifm-pre-background: rgb(39, 40, 34);
29
30
+ --ifm-color-content: black;
31
--ifm-alert-color: black;
32
33
--ra-admonition-color: #ecf4f9;
@@ -65,8 +66,8 @@
65
66
--ifm-color-primary-light: #b97cfd;
67
--ifm-color-primary-lighter: #cc8ffc;
68
--ifm-color-primary-lightest: #fcf2ff;
-
69
- --ifm-blockquote-color: #ecf4f9;
+ --ifm-color-content: #c4c9ce;
70
+ --ifm-blockquote-color: #c4c9ce;
71
--ifm-blockquote-color-dark: #6d1cac;
72
--blockquote-text-color: black;
73
}
0 commit comments