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.

This commit is contained in:
phani00 2018-12-18 14:02:50 +01:00
parent aaab905e72
commit b97143e9db

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