changeset 96:701696a54ec3

Change the list item color to match the rest of the text.
author Brian Neal <bgneal@gmail.com>
date Fri, 23 Dec 2011 16:47:52 -0600
parents 1b5def90f5bf
children c3b5b4639a15
files bns_website/static/css/base.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bns_website/static/css/base.css	Wed Dec 14 19:52:32 2011 -0600
+++ b/bns_website/static/css/base.css	Fri Dec 23 16:47:52 2011 -0600
@@ -27,6 +27,9 @@
    font-style: normal;
    color: #00aab4;
 }
+li {
+   color: #404040;
+}
 .alert-message.block-message.info {
    background-color: #e2f1f8;
 }