Problem/Motivation
We have links in the footer with a class like "mailto". In that case, the specific .page__footer a:not([class]), .page__footer a.ext selector which adds the color definitions does not get applied because the link has a class and the "mailto" links get the general link color (blue in most cases).
Proposed resolution
Generalize link colors so that all links have the $footer-link-color applied. Make this change only for the footer and copyright region. Let's keep these selectors for the header for now.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3137671-generalize-link-color-in-footer.patch | 759 bytes | sasanikolic |
Comments
Comment #2
sasanikolic commentedHere is the patch with the proposed solution. Don't think a code comment is needed as the code is self-explainatory.
Comment #3
sasanikolic commentedCreated a followup for link color definition in the footer: 3137672 - Improve color of links in footer.
Comment #4
pivica commentedLooks fine, thx. Let's test custom themes now.
Comment #6
pivica commentedCommitted.