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 dffd1f2 commit f31d71cCopy full SHA for f31d71c
website/.gitignore
@@ -1,5 +1,6 @@
1
# dependencies
2
/node_modules
3
+/package.lock.json
4
5
# production
6
/build
website/static/css/custom.css
@@ -77,6 +77,16 @@
77
--ifm-hero-background-color: #593d88;
78
--ifm-hero-text-color: #ffffff;
79
}
80
+
81
+.admonition a,
82
+blockquote a {
83
+ color: var(--ifm-color-primary-darkest);
84
+}
85
+.admonition a:hover,
86
+blockquote a:hover {
87
+ color: var(--blockquote-text-color);
88
89
90
blockquote {
91
color: var(--blockquote-text-color);
92
background-color: var(--ifm-blockquote-color);
0 commit comments