OSDN Git Service

Ensure that highlighted code blocks never get a text-shadow regardless of where they...
authorAnthony Ryan <anthonyryan1@gmail.com>
Mon, 21 Oct 2013 22:29:36 +0000 (18:29 -0400)
committerAnthony Ryan <anthonyryan1@gmail.com>
Mon, 21 Oct 2013 22:29:36 +0000 (18:29 -0400)
app/assets/stylesheets/common.scss

index 2d9aacb..dbd50b4 100644 (file)
@@ -129,6 +129,10 @@ p.time {
   }
 }
 
+.highlight {
+  text-shadow: none;
+}
+
 .highlight_word {
   border-bottom: 2px solid #F90;
 }