Explicity make FP links white instead of inheriting.
authorJohn Dong <jdong@mit.edu>
Wed, 29 Aug 2007 18:22:29 +0000 (14:22 -0400)
committerJohn Dong <jdong@mit.edu>
Wed, 29 Aug 2007 18:22:29 +0000 (14:22 -0400)
public/stylesheets/front.css

index b206834c0d0599fb0865b70f13c58c803a79aaf0..4d77ea619cc3a7f5e6773eeb6b3cecde95b0e266 100644 (file)
@@ -42,7 +42,7 @@ a {
 
 #body a {
        text-decoration: underline;
-       color: inherit;
+       color: white;
        display: inline;
        opacity: 0.8;
 }

Benjamin Mako Hill || Want to submit a patch?