Allow highlight themes to override pre colors

This commit is contained in:
Robert Speicher 2015-10-14 15:38:19 -04:00
parent a3a80eac11
commit 386b13d624

View file

@ -101,9 +101,9 @@
pre {
margin: 12px 0 12px 0 !important;
background-color: #f8fafc !important;
background-color: #f8fafc;
font-size: 13px !important;
color: #5b6169 !important;
color: #5b6169;
line-height: 1.6em !important;
@include border-radius(2px);
}