Twenty Thirteen: consistent link color for video post format, see #23545. Props taupecat.
git-svn-id: http://core.svn.wordpress.org/trunk@23496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a38763c2be
commit
5fc6352f0f
|
@ -1762,12 +1762,9 @@ footer.entry-meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
.format-video .entry-content a,
|
.format-video .entry-content a,
|
||||||
.single-format-video .entry-content a {
|
.single-format-video .entry-content a,
|
||||||
color: #fbfaf3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.format-video .entry-meta a {
|
.format-video .entry-meta a {
|
||||||
color: #220e10;
|
color: #fbfaf3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.format-video .entry-content a:hover,
|
.format-video .entry-content a:hover,
|
||||||
|
|
Loading…
Reference in New Issue