Skip to content

Commit 9f8226a

Browse files
committed
Enforce a white background for the docs
Fixes #17929
1 parent f0f7ca2 commit 9f8226a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/rust.css

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
/* General structure */
5757

5858
body {
59+
background-color: white;
5960
margin: 0 auto;
6061
padding: 0 15px;
6162
font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;

0 commit comments

Comments
 (0)