Closed
Bug 1893437
Opened 2 years ago
Closed 2 years ago
blog.nightly.mozilla.org - Accessibility - Contrast improvement for links in headings
Categories
(Infrastructure & Operations :: Blogs, defect)
Infrastructure & Operations
Blogs
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sphinx_knight, Assigned: craigcook)
Details
Attachments
(1 file)
|
45.30 KB,
image/png
|
Details |
When reading https://blog.nightly.mozilla.org/2024/04/23/wall-to-wall-improvements-these-weeks-in-firefox-issue-159/, I noticed the links for "Resolved bugs (excluding employees)" were blue on black, being difficult to read. Upon inspecting with the a11y devtools, measure confirmed the contrast was insufficient for this text/those links to be accessible.
Updated•2 years ago
|
Group: mozilla-employee-confidential
Comment 1•2 years ago
|
||
This is a bug in the theme as it doesn't define a link in a title but our authors do it (you could argue that there shouldn't be a title tag there though), I don't think I can override it through WordPress admin, we would need something in the theme like:
div.entry-content :is(h1, h2, h3, h4, h5, h6) a {
color: lightblue;
}
Craig is this something we could fix at the theme level? Or maybe allow custom CSS by the admin in the WordPress instance?
Flags: needinfo?(craigcook.bugz)
| Assignee | ||
Comment 2•2 years ago
|
||
Fixed!
Assignee: nobody → craigcook.bugz
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(craigcook.bugz)
Resolution: --- → FIXED
Comment 3•2 years ago
|
||
Thanks :)
You need to log in
before you can comment on or make changes to this bug.
Description
•