Skip to content

Commit cf94d5f

Browse files
docs: improve color contrast
Fixes #9470
1 parent c8edf2d commit cf94d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ a:hover,
8383
}
8484

8585
.docusaurus-highlight-code-line {
86-
background-color: rgb(72, 77, 91);
86+
background-color: rgb(44, 50, 65);
8787
display: block;
8888
margin: 0 calc(-1 * var(--ifm-pre-padding));
8989
padding: 0 var(--ifm-pre-padding);

0 commit comments

Comments
 (0)