Commit ebe49e6ac6a04ebfc9583abb327dfe1df4ecb968

Authored by Anthony Ryan
1 parent 57173040

Ensure that highlighted code blocks never get a text-shadow regardless of where …

…they are or what theme is used.
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,6 +129,10 @@ p.time {
129 } 129 }
130 } 130 }
131 131
  132 +.highlight {
  133 + text-shadow: none;
  134 +}
  135 +
132 .highlight_word { 136 .highlight_word {
133 border-bottom: 2px solid #F90; 137 border-bottom: 2px solid #F90;
134 } 138 }