changeset 1272:e6f3391df2ea

Explicitly set background and font colors of error pages.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 15 Aug 2014 16:31:59 +0400
parents 829147dcd44b
children f03f057e12ff
files xsls/error.xsls
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/error.xsls
+++ b/xsls/error.xsls
@@ -29,7 +29,9 @@ X:template = "/error" {
     <html><head><title> !{@name} </title>
 
     <style type="text/css">!{ normalize-space('
-        body  { font-family:  Georgia, serif; }
+        body  { background:   white;
+                color:        black;
+                font-family:  Georgia, serif; }
         ') }
     </style>