diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-04 12:13:34 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-04 12:57:51 +0100 |
commit | 0746b9db3c828b90885d81ce64bbd33fe03c8a26 (patch) | |
tree | 282ccce7825c1ef969c08dbdd6811f9135c7005b /hyperkitty/static/css | |
parent | 1ab795172026bc585b890f8e53f56b68f6541fe6 (diff) | |
download | hyperkitty-0746b9db3c828b90885d81ce64bbd33fe03c8a26.tar.gz hyperkitty-0746b9db3c828b90885d81ce64bbd33fe03c8a26.tar.xz hyperkitty-0746b9db3c828b90885d81ce64bbd33fe03c8a26.zip |
Display the list description on the front page
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |