# HG changeset patch # User Paul Boddie # Date 1550671809 -3600 # Node ID 8747620926a7618d28564f267e003540a967b2e4 # Parent d7c03ac6cd58cd3b093173791451ad37c83106aa Set the page background colour explicitly. diff -r d7c03ac6cd58 -r 8747620926a7 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Thu Apr 28 23:01:51 2016 +0200 +++ b/themes/mercurialweb/static/style-mercurialweb.css Wed Feb 20 15:10:09 2019 +0100 @@ -1,6 +1,6 @@ /* style-mercurialweb.css - stylesheets resembling the MercurialWikiTheme styles -Copyright (c) 2010, 2011 Paul Boddie +Copyright (c) 2010, 2011, 2019 Paul Boddie Copyright (c) 2001, 2002, 2003 by Juergen Hermann */ @@ -16,6 +16,7 @@ font-family: Helvetica, Verdana, Arial, sans-serif; color: #111; margin: 0 5em; + background-color: #fff; } a, img {