Skip to content

Commit c3fb22e

Browse files
authored
docs: improve color contrast (#9565)
code block highlight contrast changed
1 parent 64d092f commit c3fb22e

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
@@ -85,7 +85,7 @@ a:hover,
8585
}
8686

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

0 commit comments

Comments
 (0)