# HG changeset patch # User Brian Neal # Date 1324680472 21600 # Node ID 701696a54ec34c890246b602d4e240c342d9d6e5 # Parent 1b5def90f5bf5f611b67c6fde59eb19b4e973e6a Change the list item color to match the rest of the text. diff -r 1b5def90f5bf -r 701696a54ec3 bns_website/static/css/base.css --- 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; }