summaryrefslogtreecommitdiff
path: root/searx/static/css
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-05-09 02:04:20 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-05-09 02:04:20 +0200
commit5d9d04a16e0becad65b55351503b8a015551847b (patch)
tree316e4b586ba34f3d344b92397d73f5643ef0e486 /searx/static/css
parent58de2801ce83c0ec7d6f52405254c776c4b68fb3 (diff)
downloadsearxng-5d9d04a16e0becad65b55351503b8a015551847b.tar.gz
searxng-5d9d04a16e0becad65b55351503b8a015551847b.zip
[enh] better highlighting
Diffstat (limited to 'searx/static/css')
-rw-r--r--searx/static/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 89d55b229..64ea51947 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -48,6 +48,8 @@ a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad}
.right{float:right}
.invisible{display:none}
.left{float:left}
+.highlight{color:#094089}
+.content .highlight{color:#000}
.image_result{float:left;margin:10px 10px;position:relative;height:160px}.image_result img{border:0;height:160px}
.image_result p{margin:0;padding:0}.image_result p span a{display:none;color:#fff}
.image_result p:hover span a{display:block;position:absolute;bottom:0;right:0;padding:4px;background-color:rgba(0,0,0,0.6);font-size:.7em}