diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-04-29 18:46:50 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-04-29 18:46:50 +0200 |
| commit | 3d5e3544717fff881cc4b128625de4f162f0fff0 (patch) | |
| tree | 038bcee55dc290aef16d64a2473d116adf6c68ca /skins | |
| parent | d79d7dde553b8ed58e582bba95131864ed35a0b4 (diff) | |
small changes to search headline colour
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/pdbootstrap.css | 11 |
1 files changed, 8 insertions, 3 deletions
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; } |
