Skip to content

Commit

Permalink
fix code highlighting box
Browse files Browse the repository at this point in the history
  • Loading branch information
minoritea committed Jul 29, 2021
1 parent 5edfe78 commit a9a0b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pre:not(.highlight *) {
border-radius: 3px;
}

div.highlight {
border: 1px solid #bbb;
border-radius: 3px;
div.highlight > div, div.highlight > pre {
margin: 2em 0;
border-radius: 3px;
padding: 0.5em 1em;
}

code, pre {
Expand Down

0 comments on commit a9a0b5e

Please sign in to comment.