MercurialWebTheme

Changeset

68:8747620926a7
2019-02-20 Paul Boddie raw files shortlog changelog graph Set the page background colour explicitly. default tip
themes/mercurialweb/static/style-mercurialweb.css (file)
     1.1 --- a/themes/mercurialweb/static/style-mercurialweb.css	Thu Apr 28 23:01:51 2016 +0200
     1.2 +++ b/themes/mercurialweb/static/style-mercurialweb.css	Wed Feb 20 15:10:09 2019 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /*  style-mercurialweb.css - stylesheets resembling the MercurialWikiTheme styles
     1.5  
     1.6 -Copyright (c) 2010, 2011 Paul Boddie <paul@boddie.org.uk>
     1.7 +Copyright (c) 2010, 2011, 2019 Paul Boddie <paul@boddie.org.uk>
     1.8  Copyright (c) 2001, 2002, 2003 by Juergen Hermann
     1.9  */
    1.10  
    1.11 @@ -16,6 +16,7 @@
    1.12      font-family: Helvetica, Verdana, Arial, sans-serif;
    1.13      color: #111;
    1.14      margin: 0 5em;
    1.15 +    background-color: #fff;
    1.16  }
    1.17  
    1.18  a, img {