summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Kamat <jaygkamat@gmail.com>2019-01-07 19:25:18 -0800
committerJay Kamat <jaygkamat@gmail.com>2019-01-07 19:28:36 -0800
commitf5d99b6017fa55a9a521d44cf53d4c18d41b41f3 (patch)
tree343ee9ec53e42c1e3d6b47afd36b51eb0d48e4e5
parent0cf92862bbf583b661d9b04e6671bc3c6183f5ef (diff)
downloadqutebrowser-f5d99b6017fa55a9a521d44cf53d4c18d41b41f3.tar.gz
qutebrowser-f5d99b6017fa55a9a521d44cf53d4c18d41b41f3.zip
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
-rw-r--r--www/qute.css1
1 files changed, 1 insertions, 0 deletions
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;
}