From: Andre Noll Date: Mon, 18 Aug 2014 12:01:34 +0000 (+0200) Subject: Change background color of web pages to white. X-Git-Tag: v0.1.6~15 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=4aa6696e559845fe6bd01211ba32ca6367496377 Change background color of web pages to white. The old colors looked a little like the 90s ;) --- diff --git a/dss.css b/dss.css index 2e66695..a9da07f 100644 --- a/dss.css +++ b/dss.css @@ -1,6 +1,6 @@ BODY,TD { - background-color: #000000; - color: #CCCCCC; + background-color: #ffffff; + color: #333333; } HR { @@ -8,6 +8,5 @@ HR { } A { - color: #8888ff; - + color: #4444ff; }