Skip to content

Commit 31c2620

Browse files
authored
docs: fix contrast on highlighted code text (#73)
1 parent 6173521 commit 31c2620

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/styles/global.css

+11
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@ tr > td {
1313

1414
.language-text {
1515
font-weight: 700;
16+
color: #5A6270 !important
17+
}
18+
19+
.token.variable,
20+
.token.boolean,
21+
.token.number,
22+
.language-bash > .variable,
23+
.token.function,
24+
.token.decorator,
25+
.token.property {
26+
color: darkmagenta !important
1627
}

0 commit comments

Comments
 (0)