From 050315fd4253a962a5a2fa7fc69eb712bbf0ecdc Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sun, 29 Mar 2015 20:52:16 +0200 Subject: Add modified mailgraph.cgi. Update style.css. Complete test suite, every function should be tested. --- static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 95942a9..c7f2014 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -49,7 +49,10 @@ body { .footer-a { color: white; } -.footer-a:hover { +.footer-a:link, +.footer-a:hover, +.footer-a:visited, +.footer-a:active { color: white; text-decoration: underline; } -- cgit v1.2.3