Don't override background-color for qutebrowser pages

Fixes #3381
This commit is contained in:
Florian Bruhin 2017-12-11 17:38:12 +01:00
parent 72d847d687
commit 481dec067d

View File

@ -10,7 +10,6 @@ vim: ft=html fileencoding=utf-8 sts=4 sw=4 et:
<style type="text/css">
{% block style %}
body {
background-color: #fff;
margin: 0;
padding: 0;
}