Skip to content

Commit

Permalink
Include prismjs autolinker plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Mar 3, 2021
1 parent 0cdc4a0 commit 556fdaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
10 changes: 7 additions & 3 deletions css/prism.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* PrismJS 1.17.1
https://prismjs.com/download.html#themes=prism&languages=bash+python */
/* PrismJS 1.23.0
https://prismjs.com/download.html#themes=prism&languages=bash+python&plugins=autolinker */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
Expand Down Expand Up @@ -79,7 +79,7 @@ pre[class*="language-"] {
color: #999;
}

.namespace {
.token.namespace {
opacity: .7;
}

Expand Down Expand Up @@ -108,6 +108,7 @@ pre[class*="language-"] {
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
/* This background color was intended by the author of this theme. */
background: hsla(0, 0%, 100%, .5);
}

Expand Down Expand Up @@ -140,3 +141,6 @@ pre[class*="language-"] {
cursor: help;
}

.token a {
color: inherit;
}
Loading

0 comments on commit 556fdaa

Please sign in to comment.