From 9f8226a97b3aa0ba24fb22441bbc2040023fe667 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 23 Feb 2015 18:04:51 -0500 Subject: [PATCH] Enforce a white background for the docs Fixes #17929 --- src/doc/rust.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/rust.css b/src/doc/rust.css index c2a25cd7a584e..cd158283180a2 100644 --- a/src/doc/rust.css +++ b/src/doc/rust.css @@ -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;