Hutchy68 / pivot

A MediaWiki mobile skin which "Pivots" seamlessly to any size display.
https://pivot.wikiproject.net
BSD 2-Clause "Simplified" License
37 stars 18 forks source link

White on off white error text - references and wanted categories #86

Open Amousey opened 5 years ago

Amousey commented 5 years ago

Setup

Issues

File: stylesheets/Pivot.css

1. Referencing errors display as white text on an off-white background, although the surrounding error message text is visible.

Suggested fix All red background behind the white text. .error code { color: #FF4444 !important; color: #fff !important; }

2. Wanted category names are in white text, over an off-white background, so virtually invisible. These are the links for wanted categories at the bottom of article/content and other pages.

Problem code `

mw-normal-catlinks a.new {

color: white; } *Suggested fix*

mw-normal-catlinks a.new {

color: #BA0000; } `

3. Code tag

This may be helpful in getting code to stand out - errors (pink) will also stand out over the gray background code { background: #999; background: rgba(204,204,204,0.9); color: #000; font-weight:bold; }