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:
Lance Willett 2013-03-04 23:19:35 +00:00
parent 4651adfccf
commit aeff1ebf2f
1 changed files with 3 additions and 3 deletions

View File

@ -1202,8 +1202,8 @@ footer.entry-meta {
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.page-links a {
background: #e63320;
border: 1px solid #e63320;
background: #ca3c08;
border: 1px solid #ca3c08;
color: #fff;
}
@ -1215,7 +1215,7 @@ footer.entry-meta {
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
background: #fff;
color: #e63320;
color: #ca3c08;
}
.format-status .entry-content .page-links > span,