diff options
author | phani00 <phani00@gmail.com> | 2018-12-18 14:02:50 +0100 |
---|---|---|
committer | phani00 <phani00@gmail.com> | 2018-12-18 14:02:50 +0100 |
commit | b97143e9db5c002145e2811cad4a1e12a9eaa259 (patch) | |
tree | 868a8a89ba2e1edd992f7a778c06ec632be9d166 /view/theme/redbasic/css | |
parent | aaab905e726c126a36453f4ae08c39c3045bf412 (diff) | |
download | volse-hubzilla-b97143e9db5c002145e2811cad4a1e12a9eaa259.tar.gz volse-hubzilla-b97143e9db5c002145e2811cad4a1e12a9eaa259.tar.bz2 volse-hubzilla-b97143e9db5c002145e2811cad4a1e12a9eaa259.zip |
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.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c7948cad1..303987c53 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; } |