mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
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:
@@ -129,6 +129,10 @@ p.time {
|
||||
}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.highlight_word {
|
||||
border-bottom: 2px solid #F90;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user