Commit 591421e89d33d241db189b4f2b5597535b38f3cf

Authored by Dmitriy Zaporozhets
2 parents 6d519a76 ebe49e6a

Merge pull request #5393 from anthonyryan1/master

Remove text-shadow from code blocks for all themes
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/common.scss
... ... @@ -129,6 +129,10 @@ p.time {
129 129 }
130 130 }
131 131  
  132 +.highlight {
  133 + text-shadow: none;
  134 +}
  135 +
132 136 .highlight_word {
133 137 border-bottom: 2px solid #F90;
134 138 }
... ...