summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-01-20 20:34:25 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2011-01-20 20:45:13 +0100
commit0bb2a7b5147f9eeec5df5f02f59f03b6e85a8ed2 (patch)
tree698bcf20e14cf2e16a3937aed9f67224eda38a1a /web/html
parent517ac744b27e324c3f3a6f827e66c0a1d03a033d (diff)
downloadaurweb-0bb2a7b5147f9eeec5df5f02f59f03b6e85a8ed2.tar.xz
Black fonts for out-of-date rows in search results (fixes FS#20514).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html')
-rw-r--r--web/html/css/fonts.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css
index 395f424..cbc6ddc 100644
--- a/web/html/css/fonts.css
+++ b/web/html/css/fonts.css
@@ -65,6 +65,8 @@ span.warning /* Content Text */
.white { color: #fff; }
.black { color: #000; }
.green { color: #6db06d; }
+/* Better contrast on out-of-date rows (FS#20514) */
+.outofdate .blue { color: #444; }
.link
{
color: #6c83b0;