Skip to content

Commit

Permalink
Improve Markdown code syntax highlighting (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Aug 14, 2022
1 parent ee73911 commit df6eb4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions panel/dist/css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@
.markdown strong { font-weight: 600 }
.markdown a { color: -webkit-link }
.markdown a { color: -moz-hyperlinkText }

.markdown .codehilite {
padding: 1rem 1.25rem;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 0.25rem;
}

0 comments on commit df6eb4f

Please sign in to comment.