qutebrowser: fix borked background-images

This commit is contained in:
lelgenio 2021-06-26 14:51:26 -03:00
parent e647427912
commit 7de7aff50d
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ input[type="button"] {
background-color: unset;
}
.bg-gradient-to-b,
body {
background-image: none !important;
}
/***************************
* Remove borked ellements *
***************************/