Twenty Thirteen: better contrast for page links, props sabreuse. See #23513.
git-svn-id: http://core.svn.wordpress.org/trunk@23614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4651adfccf
commit
aeff1ebf2f
|
@ -1202,8 +1202,8 @@ footer.entry-meta {
|
||||||
.format-gallery .entry-content .page-links a,
|
.format-gallery .entry-content .page-links a,
|
||||||
.format-chat .entry-content .page-links a,
|
.format-chat .entry-content .page-links a,
|
||||||
.page-links a {
|
.page-links a {
|
||||||
background: #e63320;
|
background: #ca3c08;
|
||||||
border: 1px solid #e63320;
|
border: 1px solid #ca3c08;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1215,7 +1215,7 @@ footer.entry-meta {
|
||||||
.format-quote .entry-content .page-links a:hover,
|
.format-quote .entry-content .page-links a:hover,
|
||||||
.page-links a:hover {
|
.page-links a:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #e63320;
|
color: #ca3c08;
|
||||||
}
|
}
|
||||||
|
|
||||||
.format-status .entry-content .page-links > span,
|
.format-status .entry-content .page-links > span,
|
||||||
|
|
Loading…
Reference in New Issue