Use black for borders instead of white.

This commit is contained in:
Michael Smith
2016-12-26 14:56:15 +01:00
parent 2ed616981e
commit a78177439c
4 changed files with 6 additions and 82 deletions

View File

@@ -2,7 +2,7 @@
* Syntax highlighting styles
*/
.highlight {
background: #fff;
background: #ccc;
@extend %vertical-rhythm;
.highlighter-rouge & {