Twenty Thirteen: improve contrast for quote post format links, props sabreuse. See #23513.
git-svn-id: http://core.svn.wordpress.org/trunk@23651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8151fc8c77
commit
9c1c3f2bc5
|
@ -1647,8 +1647,9 @@ footer.entry-meta {
|
|||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.format-quote .entry-content a {
|
||||
color: inherit;
|
||||
.format-quote .entry-content a,
|
||||
.format-quote .entry-meta a {
|
||||
color: #e6402e;
|
||||
}
|
||||
|
||||
.format-quote .entry-content small,
|
||||
|
|
Loading…
Reference in New Issue