Skip to content

Commit

Permalink
#98 adds language-json to theme/highlight.css to highlight JSON snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 3, 2023
1 parent 49ea95d commit 56095eb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions theme/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,15 @@
font-style: italic;
}

.language-bash {
background: black;
color: #47cf73;
}

.language-elixir {
background: #282c34;
}

.language-bash {
background: black;
color: #47cf73;
.language-json {
background: #282c34;
}

0 comments on commit 56095eb

Please sign in to comment.