Opened 10 years ago
Closed 10 years ago
#30069 closed enhancement (fixed)
Twenty Fifteen: Make Post Navigation Image Background Darker
Reported by: | davidakennedy | Owned by: | iandstewart |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | accessibility | Cc: |
Description
The background color for the post navigation when a post has a thumbnail is a nice design pattern.
While it's up to the site owner to ensure their content meets whatever accessibility standards they're aiming for, we should try to make it as easy as possible. The background-color for:
.post-navigation .has-post-thumbnail a:before { background-color: rgba(0, 0, 0, 0.3); }
Could maybe be darkened slightly to make the text overlaying it as high contrast as possible for a wider variety of images.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I'm good with this change. Thanks!