summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-11-27 08:08:05 +0100
committerMichael Peter Christen <mc@yacy.net>2014-11-27 08:08:05 +0100
commit6c03ff83556f0288f57dcf72dfd7cb27593ae20c (patch)
tree32534490ea86d1d58b7d7aa1e45f8a0cb6c94da2 /htroot/env/base.css
parent8317914ce34ac50e23278ef0f1d60e9aa3a17051 (diff)
bold words in snippets should not be coloured black in the base style
because there are styles with dark backgrounds which make the bold word invisible
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index 243acfde1..a15e5df4f 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -187,7 +187,7 @@ tt, *.tt {
} */
.snippetLoaded b {
- color: black;
+ font-weight:bold;
}
.snippetError {