From 4aa6696e559845fe6bd01211ba32ca6367496377 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 18 Aug 2014 14:01:34 +0200 Subject: [PATCH 1/1] Change background color of web pages to white. The old colors looked a little like the 90s ;) --- dss.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; } -- 2.30.2