Skip to content

Commit 74b52d1

Browse files
authored
Merge pull request #641 from buildo/line-highlight-color
2 parents ab02cf1 + c968eec commit 74b52d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/website/src/css/custom.css

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--ifm-code-font-size: 95%;
2020
--ifm-background-color: #fbfbfb;
2121
--ifm-font-family-base: "DM Sans", sans-serif;
22+
--docusaurus-highlighted-code-line-bg: #eadbf0de;
2223
}
2324
html[data-theme="dark"] {
2425
--ifm-color-primary: white;
@@ -30,6 +31,7 @@ html[data-theme="dark"] {
3031
--ifm-color-primary-lightest: white;
3132
--ifm-background-color: #242424;
3233
--ifm-navbar-background-color: #1a1a1a;
34+
--docusaurus-highlighted-code-line-bg: #c97fe740;
3335
}
3436

3537
.docusaurus-highlight-code-line {

0 commit comments

Comments
 (0)