Skip to content

Commit

Permalink
Update highlight.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dglass19 committed Jul 20, 2022
1 parent 89f18e4 commit 2f39d48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@
.hljs-strong {
font-weight: var(--monospace-font-weight-bold);
}

.hljs-highlight1 {
background: rgb(121, 238, 226);
}

.hljs-highlight2 {
background: rgb(186, 130, 212);
}

0 comments on commit 2f39d48

Please sign in to comment.