Skip to content

Commit

Permalink
docs: fix contrast on highlighted code text (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa authored Jun 10, 2020
1 parent 6173521 commit 31c2620
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@ tr > td {

.language-text {
font-weight: 700;
color: #5A6270 !important
}

.token.variable,
.token.boolean,
.token.number,
.language-bash > .variable,
.token.function,
.token.decorator,
.token.property {
color: darkmagenta !important
}

0 comments on commit 31c2620

Please sign in to comment.