"Fit to width" mode breaks the colour scheme

Forums » General Opera topics » Customizing Opera

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

14. April 2010, 07:50:21

Lixt

Posts: 19

"Fit to width" mode breaks the colour scheme

I've made a dark low contrast css for browsing on a 20" desktop.
When in the "Fit to width" mode, it seems like Opera thinks that contrast should be higher though and it turns the links white. It seems to be not a bug but a feature so is there a way to turn off or override it?

html { 
	background:#1a0f0b !important; 
	}
html * { 
	background: none !important;
	color:#b3935c !important;
 	}
 html a,
 html a * { 
	color:#227722 !important;
	}
 html a:visited,
 html a:visited *,
 html a:active,
 html a:active * { 
	color:#374700 !important 
	}


I know, that changing colours a bit would make this style usable, still is it possible to use this colour scheme?

Forums » General Opera topics » Customizing Opera