From b57e0549562c50c657bc9843295e48059dbe26d2 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 8 Nov 2009 01:40:23 -0500 Subject: [PATCH] Update the link text color in the navbar to match the icons. --- bluechips/public/css/main.css | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.45.2