Browse Source

Should set the colour whenever setting the background in css.

[SVN r53553]
Daniel James 17 years ago
parent
commit
b02078b644
1 changed files with 1 additions and 0 deletions
  1. 1 0
      boost.css

+ 1 - 0
boost.css

@@ -25,6 +25,7 @@ BODY
 {
     FONT-SIZE: 100%;
     BACKGROUND-COLOR: #ffffff;
+    COLOR: #000000;
 }
 PRE
 {

粤ICP备19079148号