Make slow websites faster in vimprobable2
Posted: 20. Aug 2012, 13:08
by putting this in ~/.config/vimprobable/style.css:
There seems to be some sort of bug in how certain shadow effects are handled. The workaround is to turn those effects off.
(Thanks go to the Midori FAQ, I just applied the instructions to vimprobable's configuration.)
Edit: and for xxxterm (which I happen to like better despite the awful name), put it in ~/.xxxterm/style.css.
Code: Select all
* {-webkit-box-shadow: none !important;}
(Thanks go to the Midori FAQ, I just applied the instructions to vimprobable's configuration.)
Edit: and for xxxterm (which I happen to like better despite the awful name), put it in ~/.xxxterm/style.css.