revert padding for text highlight. It is messing with indent punctuation and decreases legibility of the highlighted text.
This commit is contained in:
parent
458b023204
commit
fac3579fb0
@ -1806,6 +1806,5 @@ dl.bb-dl > dd > li {
|
|||||||
|
|
||||||
/* default highlighted text if not specified by schema: */
|
/* default highlighted text if not specified by schema: */
|
||||||
span.default-highlight {
|
span.default-highlight {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
padding: 2px 4px;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user