Commit ebe49e6a authored by Anthony Ryan's avatar Anthony Ryan

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

Ensure that highlighted code blocks never get a text-shadow regardless of where they are or what theme is used.
parent 57173040
......@@ -129,6 +129,10 @@ p.time {
}
}
.highlight {
text-shadow: none;
}
.highlight_word {
border-bottom: 2px solid #F90;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment