Skip to content

Commit

Permalink
Add prism autolink
Browse files Browse the repository at this point in the history
  • Loading branch information
invkrh committed Mar 20, 2019
1 parent 49948cf commit 03be32a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/css/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ pre[class*="language-"] {
cursor: help;
}

.token a {
color: inherit;
}

.token a:hover {
border-bottom-color: #FFFFFF;
}

pre[class*="language-"].line-numbers {
position: relative;
padding-left: 3.8em;
Expand Down
1 change: 1 addition & 0 deletions source/js/prism.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03be32a

Please sign in to comment.