Ensure that highlighted code blocks never get a text-shadow regardless of where they are or what theme is used.

This commit is contained in:
Anthony Ryan 2013-10-21 18:29:36 -04:00
parent 5717304098
commit ebe49e6ac6

View file

@ -129,6 +129,10 @@ p.time {
}
}
.highlight {
text-shadow: none;
}
.highlight_word {
border-bottom: 2px solid #F90;
}