| Summary: | needs option "force my colours when page lacks foreground colour" | ||
|---|---|---|---|
| Product: | [Websites] docs.kde.org | Reporter: | Autumn <kde> | 
| Component: | Missing Content | Assignee: | Documentation Editorial Team <kde-doc-english> | 
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.5 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
        
          Description
        
        
          Autumn
        
        
        
        
          2003-04-10 14:57:04 UTC
        
       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 } |