Skip to content

Commit

Permalink
docs: improve contrast of foreground colors
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jun 22, 2023
1 parent 47006b8 commit 0d5cd2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/help/contents/_include/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ html.light {
--document-bg: #f3f3f3;
--selection-bg: #00883766;
--selection-fg: #fff;

--fg: #403f53;
--fg-dim: #403f53cc;
--fg-dimmer: #403f53bb;
}

html.dark {
Expand Down

0 comments on commit 0d5cd2e

Please sign in to comment.