Skip to content

Commit

Permalink
Change code line highlighting color (changes #206).
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Jan 8, 2024
1 parent 6db4a28 commit 936c9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
--tip-background-color: rgba(var(--theme-light-palette-primary-bg-weak));
--warning-color: rgba(var(--theme-light-palette-danger-bg-strong));
--warning-background-color: rgba(var(--theme-light-palette-danger-bg-weak));
--mark-background: rgba(247 151 103 / 0.3);
--mark-background: rgba(var(--theme-light-palette-primary-bg-weak));

/* success */
--success-color: rgba(var(--theme-light-palette-success-bg-strong));
Expand Down

0 comments on commit 936c9f1

Please sign in to comment.