From f5d99b6017fa55a9a521d44cf53d4c18d41b41f3 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Mon, 7 Jan 2019 19:25:18 -0800 Subject: Default to white background on website If the user has customized their background color, the text color will not stay as the default but the background will, leading to unreadable text. Closes #4510 --- www/qute.css | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/qute.css b/www/qute.css index 5c11a72fd..9fa8dbebc 100644 --- a/www/qute.css +++ b/www/qute.css @@ -7,6 +7,7 @@ body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-text-size-adjust: none; color: #333333; + background-color: #ffffff; overflow-y: scroll; } -- cgit v1.2.3-54-g00ecf