From: Matt Lee Date: Wed, 8 Sep 2010 15:14:32 +0000 (+0000) Subject: fix color X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fd4d6741f47941d3e223d9adbf978663b312697d;p=libreplanet-static.git fix color --- diff --git a/screen.css b/screen.css index 27dcccc8..a237b842 100644 --- a/screen.css +++ b/screen.css @@ -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;}