change hl text color to the default text color in non-dark schema. looks good, except in dark, where i can change it in dark.css.
(cherry picked from commit b97143e9db
)
This commit is contained in:
parent
4d47b098e5
commit
4256bea418
@ -1807,5 +1807,5 @@ dl.bb-dl > dd > li {
|
||||
/* default highlighted text if not specified by schema: */
|
||||
span.default-highlight {
|
||||
background-color: yellow;
|
||||
color: #111;
|
||||
color: #4d4d4d;
|
||||
}
|
||||
|
Reference in New Issue
Block a user