Version: 4.0 (using KDE 3.1.1) Installed from: (testing/unstable) Compiler: gcc version 3.2.3 20030309 (Debian prerelease) OS: Linux (i686) release 2.4.20 Many web pages specify a text color XOR a background color. They become impossible to read with a dark-background theme (necessary if, for example, you suffer from eyestrain). In those cases, only the missing colour is supplied by the theme. I would like an option to force the page to use ALL of my colours, but only when at least one is unspecified. An alternative would be a heuristic to enforce a minimum contrast level between foreground and background.
As an example, set your theme to "white on black," and visit the following page: http://www.travelocity.ca/ Note that all of the form fields are black text on a black background. Somewhat difficult to read. This is a common problem!
you don't need that. Define a custom stylesheet and use body { color: black; background-color: white }
*** This bug has been marked as a duplicate of 47320 ***