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 b9616df commit 0f8a631Copy full SHA for 0f8a631
website/src/css/custom.css
@@ -19,6 +19,8 @@
19
20
--ifm-blockquote-color: #ecf4f9;
21
--ifm-blockquote-color-dark: #cbddea;
22
+
23
+ --ifm-pre-background: rgb(39, 40, 34);
24
}
25
26
@media screen and (max-width: 996px) {
@@ -47,6 +49,11 @@ blockquote {
47
49
padding: 0 var(--ifm-pre-padding);
48
50
51
52
+code {
53
+ background-color: var(--ifm-color-emphasis-300);
54
+ border-radius: 0.2rem;
55
+}
56
57
a code,
58
code a {
59
color: inherit;
0 commit comments