qutebrowser: fix borked background-images
This commit is contained in:
parent
e647427912
commit
7de7aff50d
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ input[type="button"] {
|
|||
background-color: unset;
|
||||
}
|
||||
|
||||
.bg-gradient-to-b,
|
||||
body {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
/***************************
|
||||
* Remove borked ellements *
|
||||
***************************/
|
||||
|
|
Reference in a new issue