From fd4d6741f47941d3e223d9adbf978663b312697d Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Wed, 8 Sep 2010 15:14:32 +0000 Subject: [PATCH] fix color --- screen.css | 4 ++++ 1 file changed, 4 insertions(+) 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;} -- 2.25.1