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:
parent
5717304098
commit
ebe49e6ac6
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ p.time {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.highlight_word {
|
.highlight_word {
|
||||||
border-bottom: 2px solid #F90;
|
border-bottom: 2px solid #F90;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue