Skip to content

Commit

Permalink
docs a11y: increase color contrast in code block syntax highlighting (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich committed Nov 16, 2020
1 parent 4524566 commit 02e560c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/static/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
/* colors --------------------------------- */
pre[class*='language-'] {
--background: var(--back-light);
--base: hsl(45, 7%, 45%);
--comment: hsl(210, 25%, 60%);
--keyword: hsl(204, 58%, 45%);
--function: hsl(19, 67%, 45%);
--string: hsl(41, 37%, 45%);
--number: hsl(102, 27%, 50%);
--base: #545454;
--comment: #696969;
--keyword: #007f8a;
--function: #bb5525;
--string: #856e3d;
--number: #008000;
--tags: var(--function);
--important: var(--string);
}
Expand Down

0 comments on commit 02e560c

Please sign in to comment.