Skip to content

Commit

Permalink
adds copypaste-warning style for red border around certain blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
thoraxe committed Aug 23, 2018
1 parent 677e7aa commit d57c5e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/custom.css
Expand Up @@ -21,6 +21,10 @@ div.listingblock.copypaste div.content pre.highlight:hover code {
background-repeat: no-repeat;
}

div.listingblock.copypaste-warning div.content pre.CodeRay.highlight {
border: 1px solid #FF0000
}

div.admonitionblock div.listingblock {
width: 650px;
}
Expand Down

0 comments on commit d57c5e8

Please sign in to comment.