From 0746b9db3c828b90885d81ce64bbd33fe03c8a26 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 4 Feb 2013 12:13:34 +0100 Subject: Display the list description on the front page --- hyperkitty/static/css/hyperkitty.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css index 0ce2c98..6017c74 100644 --- a/hyperkitty/static/css/hyperkitty.css +++ b/hyperkitty/static/css/hyperkitty.css @@ -36,10 +36,12 @@ ul.lists li a { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; + color: black; } ul.lists li a:hover { text-decoration: none; background-color: #eee; + color: black; } -- cgit