Skip to content

Commit bd7cce9

Browse files
authored
Update _highlights.scss
1 parent dfd4d43 commit bd7cce9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_sass/_highlights.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
-moz-box-shadow: 3px 3px rgba(0,0,0,0.1);
77
-webkit-box-shadow: 3px 3px rgba(0,0,0,0.1);
88
box-shadow: 3px 3px rgba(0,0,0,0.1);
9-
margin: 20px 0 20px 0;
109
}
1110

1211
code {
13-
font-family:'Bitstream Vera Sans Mono','Courier';
12+
font-family:'Bitstream Vera Sans Mono','Courier',monospace;
1413
}
1514

1615
.highlight .c { color: #586E75 } /* Comment */

0 commit comments

Comments
 (0)