Skip to content

Commit

Permalink
Coy: Minor improvements (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jun 27, 2020
1 parent 8c9c289 commit 7109c18
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions themes/prism-coy.css
Expand Up @@ -45,7 +45,7 @@ pre[class*="language-"]>code {
background-attachment: local;
}

code[class*="language"] {
code[class*="language-"] {
max-height: inherit;
height: inherit;
padding: 0 1em;
Expand Down Expand Up @@ -93,7 +93,6 @@ pre[class*="language-"]:after {
transform: rotate(-2deg);
}

:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
right: 0.75em;
left: auto;
Expand Down Expand Up @@ -191,13 +190,6 @@ pre[class*="language-"]:after {

}

/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
padding-left: 0;
Expand Down

0 comments on commit 7109c18

Please sign in to comment.