thats only to enable/disable background pictures, which is dirty and
only happens on
pages I do not visit like myspace.
The thing is that style.css is only interpreted when the page is loaded,
when there's no
page (just running ./surf) or when the page is loading you get it white
again.
julien steinhauser wrote:
On Thu, Mar 25, 2010 at 03:47:18PM +0100, pancake wrote:
Is there any possibility to change the default canvas color in
webkit? I use my own
css which set the background color to black, but while the page is
loading or when
there's no loaded page it is white and it burns my eyes. This would
be another
feature I would be happy to use :)
Don't you think it could be done using the
http://webkitgtk.org/reference/webkitgtk-WebKitWebSettings.html#WebKitWebSettings--print-backgrounds
the "print-backgrounds" property and setting a dark background image
in your style.css ?