Skip to content

Commit

Permalink
chore(website): improve contrast for comments and unchanged diff lines (
Browse files Browse the repository at this point in the history
  • Loading branch information
haocheng6 committed Aug 4, 2023
1 parent 55686fa commit 35adf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/src/css/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--token-color: #393a34;
--token-background: #f6f8fa;
--token-border: var(--ifm-color-emphasis-300);
--token-color-comment: #998;
--token-color-comment: #008000;
--token-color-doctype: #008000;
--token-color-string: #a31515;
--token-color-operator: #393a34;
Expand All @@ -20,7 +20,7 @@
--token-color-boolean: #00f;
--token-color-inserted: #247e81;
--token-color-deleted: #d73a49;
--token-color-unchanged: #a7a9a8;
--token-color-unchanged: #727272;
--token-color-highlight: rgb(193 222 241 / 20%);
}

Expand Down

0 comments on commit 35adf7d

Please sign in to comment.