summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--defaults/yacy.init10
-rw-r--r--skins/pdbootstrap.css11
2 files changed, 14 insertions, 7 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init
index 5c2576f28..17098d70d 100644
--- a/defaults/yacy.init
+++ b/defaults/yacy.init
@@ -1135,11 +1135,13 @@ color_borderline = #888888
color_signbad = #990000
color_signgood = #009900
color_signother = #000099
-color_searchheadline = #2200CC
-# green / success /3*2
-color_searchurl = #3c7a3c
-color_searchurlhover = #3c7a3c
+# dark blue
+color_searchheadline = #2145ca
+
+# green / success/3*2
+color_searchurl = #1c65ba
+color_searchurlhover = #1c65ba
# federated index storage and federated search functionality
diff --git a/skins/pdbootstrap.css b/skins/pdbootstrap.css
index a939b944e..b9a2344de 100644
--- a/skins/pdbootstrap.css
+++ b/skins/pdbootstrap.css
@@ -201,11 +201,14 @@ form.search.small h2 {
.searchresults h4 a {
font-size:1.2em;
- font-weight:normal;
- color:#2200CC;
+ font-weight:bold;
+ text-decoration:none;
+ color:#1c65ba;
}
.searchresults h4 a:link:hover {
- color:#2200CC;
+ font-weight:bold;
+ text-decoration:underline;
+ color:#1c65ba;
}
.snippetLoaded strong {
@@ -213,9 +216,11 @@ form.search.small h2 {
}
.searchresults .url a {
+ text-decoration:none;
color:#3c7a3c;
}
.searchresults .url a:link:hover {
+ text-decoration:underline;
color:#3c7a3c;
}