diff xsls/error.xsls @ 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 81ad082bc837
children 59f7fb43e39c
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>