From: Evan Broder Date: Sun, 8 Nov 2009 06:40:23 +0000 (-0500) Subject: Update the link text color in the navbar to match the icons. X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b57e0549562c50c657bc9843295e48059dbe26d2;p=bluechips.git Update the link text color in the navbar to match the icons. --- diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index c55df6c..441cbdf 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -31,6 +31,9 @@ a:visited { #nav td { padding: 5px 15px; } +#nav a { + color: #002286; +} table { border-collapse: collapse; }