aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorphani00 <phani00@gmail.com>2018-12-18 13:02:50 +0000
committerMario <mario@mariovavti.com>2018-12-22 19:54:31 +0100
commit4256bea41835384ea8a334883b24512713a03859 (patch)
tree51b810b507bc45abcd7eae36895fd067faf227c8 /view/theme
parent4d47b098e5f643b985f53309815d0f27f8933d51 (diff)
downloadvolse-hubzilla-4256bea41835384ea8a334883b24512713a03859.tar.gz
volse-hubzilla-4256bea41835384ea8a334883b24512713a03859.tar.bz2
volse-hubzilla-4256bea41835384ea8a334883b24512713a03859.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.
(cherry picked from commit b97143e9db5c002145e2811cad4a1e12a9eaa259)
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css2
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;
}