Launchpad blog uses grey text
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad Blog WordPress Theme |
High
|
huwshimi | ||
| Launchpad itself |
Low
|
Unassigned |
Bug Description
Looking for a way to tranfer video from a digital camera, I stumble across this:
https:/
I can fix the tiny text by hitting Ctrl-+ a number of times, but working around the fashionably unreadable color scheme is more difficult. Please, can we have colors for text and background that are distinguishable?
affects: | launchpad → launchpad-web |
Changed in launchpad-web: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in launchpad-news-wordpress-theme: | |
status: | New → Triaged |
importance: | Undecided → Low |
Curtis Hovey (sinzui) wrote : | #1 |
We're not currently themed to match Canonical as a whole (the current
Launchpad theme didn't match Canonicals then-theme when it was
created). I'm not clear whether we should/shouldn't become
same-themed.
If we should, then we should do it tastefully and broadly, not piecemeal.
jml, do you know?
I think it is clear. We stalled 3.0 for the design team to make a decision--we dropped our header and footer designs for theirs. We have changed fonts twice by command of the design team. We will do what every the design team commands.
Launchpad's branding is a special situation (Lp shows the project brand over its own). It uses YUI to mange fonts and layout which is hard to translate to the guidelines. Yet Launchpad is a Canonical site and the design guidelines are not just about branding, they are also about consistent usable design. Our failure to factor out the 1.x and 2.x styles is largely because we still permit exceptions for each app and feature. The design guidelines provide a clear way of saying no to the exceptions and provide guidance to create simpler and faster CSS.
Curtis Hovey (sinzui) wrote : | #4 |
Oh, I guess the reason I know this is because I was contacted to ensure the changes are made each time.
Ok, cool - so lets do it :)
Launchpad's branding strategy isn't decided yet. That's I conversation that I plan to have with higher-ups at Canonical in the not-too-distant future.
I'm happy for our text to get darker in the interim.
Gary Poster (gary) wrote : | #7 |
On CHR duty, I just got another concern on feedback about readability (particularly for the blog) that I attribute to this.
Gary Poster (gary) wrote : | #8 |
To be clear, I looked at the site in XP, as the user reported, and I agree that the combination of comparatively poor (IMO) text rendering in XP with the gray color yields a difficult to read site, particularly on the blog, where the body text is more gray.
tags: | added: css |
Martin Pool (mbp) wrote : | #9 |
+1, this always annoys me when I try to read the help on a laptop screen.
blog.launchpad.net seems to use #828282 for body content, which is much paler than the canonical Canonical style, and dev.launchpad.net uses #4e4d4d which is substantially paler.
screen gamma is very variable and uncontrolled on Linux and Windows; we shouldn't use mid-brightness colors that rely on accurate gamma to have decent contrast.
Rune K. Svendsen (runeks) wrote : | #10 |
As far as I can see, Launchpad itself (like this page) uses #838383, at least that what it looks like on my desktop (and that's what GIMP says). I'm including a screenshot. It's hard to see in light conditions, at evening time it's not a problem.
Данило Шеган (danilo) wrote : | #11 |
Rune, it seems you are more likely a victim of antialiasing or a bad font (color used there is #333333, which is a pretty dark shade of gray). May I suggest you switch to DejaVu Mono for the monospaced fonts in your browser? (unfortunately, Chromium doesn't respect system-wide font settings in Ubuntu.)
Rune K. Svendsen (runeks) wrote : | #12 |
Thanks a lot Данило (however you pronounce that :-))! That did the trick.
I was wondering why so few people had pointed it out since it seemed so grave to me.
Martin Pool (mbp) wrote : | #13 |
Per https:/
Changed in launchpad-news-wordpress-theme: | |
importance: | Low → High |
Francis J. Lacoste (flacoste) wrote : | #14 |
The main site does meet the AAA accessibility level though, so that's a Won't Fix.
Changed in launchpad: | |
status: | Triaged → Won't Fix |
summary: |
- Launchpad uses grey text + Launchpad blog uses grey text |
tags: | added: wcag |
tags: | added: easy |
Changed in launchpad-news-wordpress-theme: | |
assignee: | nobody → Huw Wilkins (huwshimi) |
status: | Triaged → Fix Committed |
Changed in launchpad-news-wordpress-theme: | |
status: | Fix Committed → Fix Released |
Ubuntu's (Canonical's) colour palette and web guidelines stipulate that we use #333333 for text colour. A lighter color of #AEA79F may be used for large text (large headings).
Lp commonly uses other grey's for text, such as whiteboards, activity, bug tags. comment headers and footers, listing tables, diffs, definition lists, and the default H2 shade. I have pondered landing a pre-emptive CSS change to make Lp compliant with the desgin guidelines before we are issues a red card by the design team.