Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

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

Open
Amousey opened this issue Jul 27, 2019 · 0 comments
Open

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

Amousey opened this issue Jul 27, 2019 · 0 comments

Comments

@Amousey
Copy link

Amousey commented Jul 27, 2019

Setup

  • Browsers and versions: All
  • MediaWiki version: 1.30
  • Pivot version: 2.1.0

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; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant