Skip to content

Commit

Permalink
Merge pull request #865 from zeitgeist87/fix-coy-theme
Browse files Browse the repository at this point in the history
Fix coy theme shadows
  • Loading branch information
LeaVerou committed Jan 24, 2016
2 parents 3c7b92e + 58d2337 commit 6ba9183
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions themes/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ pre[class*="language-"] {
padding: 0;
}

@media screen {
pre[class*="language-"] {
max-height: 30em;
}
}

code[class*="language"] {
max-height: inherit;
height: 100%;
Expand Down Expand Up @@ -96,6 +90,7 @@ pre[class*="language-"]:after {
left: 0.18em;
width: 40%;
height: 20%;
max-height: 13em;
-webkit-box-shadow: 0px 13px 8px #979797;
-moz-box-shadow: 0px 13px 8px #979797;
box-shadow: 0px 13px 8px #979797;
Expand Down

0 comments on commit 6ba9183

Please sign in to comment.