fix color
authorMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:14:32 +0000 (15:14 +0000)
committerMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:14:32 +0000 (15:14 +0000)
screen.css

index 27dcccc8c9ec6d9b3661a6b13237cf0fcf2cb739..a237b842f3b91c77111eb1e6fd2e02d339422e55 100644 (file)
@@ -2,6 +2,10 @@
 
      html,body{margin: 0 !important; padding: 0 !important;}
 
+     html { background-color: #ccc; }
+
+     #doc2 { background-color: white; }
+
      a:link{color: blue;}
      a:hover{color: red;}
      a:visited{color: darkblue;}