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:
phani00 2018-12-18 13:02:50 +00:00 committed by Mario
parent 4d47b098e5
commit 4256bea418

View File

@ -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;
}