From 1b681f54b39389fa5fe0ecdaba5b0f54969a74bd Mon Sep 17 00:00:00 2001 From: fliiiix Date: Fri, 27 Jun 2014 20:09:40 +0200 Subject: [PATCH] add html default background-color and text color --- dist/base/reset.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/base/reset.css b/dist/base/reset.css index 29a5f1b6..1fa55248 100644 --- a/dist/base/reset.css +++ b/dist/base/reset.css @@ -1,3 +1,7 @@ +HTML { + background-color: white; + color: black; +} BODY { font-family: Verdana, sans-serif; font-size: 73%;