#23784 closed enhancement (fixed)
Twenty Thirteen: Post format and link color tweaks for consistency
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | trunk |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
I discovered that a couple of the post format background colors (video, audio, gallery, quote) were slightly off compared to mockups: http://cl.ly/image/3b0O21090o2E — it's a small change, probably due to a color profile mismatch on my part. The new colors are a *teensy* bit more muted.
Additionally, link colors should be consistent. For example, standard, link and aside post formats should have same link color for meta and entry-content, for the sake of simplicity and consistency.
The updated colors in this patch pass WebAIM color contrast checker (http://webaim.org/resources/contrastchecker/) to ensure proper readability.
Attachments (1)
Change History (9)
comment:2
follow-up:
↓ 5
lancewillett — 2 months ago
Joen: changes look good, thank you.
I assumed this selector change was not intentional, though:
.format-quote .entry-content .page-links a,
so I left it out.
comment:3
lancewillett — 2 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23756:
comment:4
lancewillett — 2 months ago
Two small notes for making patches for core Trac:
- Make the patch from WordPress root (not inside the theme directory)
- Name it [the ticket number].diff
Both those help patches like me a ton applying and testing out lots of patches. :)
Replying to lancewillett:
Joen: changes look good, thank you.
I assumed this selector change was not intentional, though:
.format-quote .entry-content .page-links a,so I left it out.
I think it was actually intentional — otherwise I get this on my test setup:
http://cl.ly/image/3u261v3N3I2I
Thanks for the info on the patches, this is actually my first actual core contribution. I'm making a mental note, because I hope to make many more contributions.
comment:6
SergeyBiryukov — 2 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
comment:7
lancewillett — 2 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In 23771:
comment:8
lancewillett — 6 weeks ago
In 23962:

Patch to tweak off post format colors, and make link colors consistent.