We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab02cf1 + c968eec commit 74b52d1Copy full SHA for 74b52d1
packages/website/src/css/custom.css
@@ -19,6 +19,7 @@
19
--ifm-code-font-size: 95%;
20
--ifm-background-color: #fbfbfb;
21
--ifm-font-family-base: "DM Sans", sans-serif;
22
+ --docusaurus-highlighted-code-line-bg: #eadbf0de;
23
}
24
html[data-theme="dark"] {
25
--ifm-color-primary: white;
@@ -30,6 +31,7 @@ html[data-theme="dark"] {
30
31
--ifm-color-primary-lightest: white;
32
--ifm-background-color: #242424;
33
--ifm-navbar-background-color: #1a1a1a;
34
+ --docusaurus-highlighted-code-line-bg: #c97fe740;
35
36
37
.docusaurus-highlight-code-line {
0 commit comments