From 4e794fa3106a95a84896bcdb6fc8696574ab698e Mon Sep 17 00:00:00 2001 From: John Dong Date: Wed, 29 Aug 2007 14:22:29 -0400 Subject: [PATCH] Explicity make FP links white instead of inheriting. --- public/stylesheets/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/front.css b/public/stylesheets/front.css index b206834..4d77ea6 100644 --- a/public/stylesheets/front.css +++ b/public/stylesheets/front.css @@ -42,7 +42,7 @@ a { #body a { text-decoration: underline; - color: inherit; + color: white; display: inline; opacity: 0.8; } -- 2.30.2