]> git.lizzy.rs Git - rust.git/commitdiff
Enforce a white background for the docs
authorCorey Farwell <coreyf@rwell.org>
Mon, 23 Feb 2015 23:04:51 +0000 (18:04 -0500)
committerCorey Farwell <coreyf@rwell.org>
Mon, 23 Feb 2015 23:04:51 +0000 (18:04 -0500)
Fixes #17929

src/doc/rust.css

index c2a25cd7a584ec39c85978737dc0e3c3770c2339..cd158283180a268381a35370837bd968f7753ed8 100644 (file)
@@ -56,6 +56,7 @@
 /* General structure */
 
 body {
+    background-color: white;
     margin: 0 auto;
     padding: 0 15px;
     font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;