Skip to content

Commit

Permalink
Fix Chroma line highlight style
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Apr 15, 2022
1 parent 7a84596 commit fb21233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/scss/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--base0F: #333;
}

.hll { background-color: #fff; }
.hl { background-color: var(--base02); }
.c { color: var(--base03); }
.err { color: var(--base08); }
.k { color: var(--base0E); }
Expand Down

0 comments on commit fb21233

Please sign in to comment.