Twenty Thirteen: better contrast for page links, props sabreuse. See #23513.

git-svn-id: https://develop.svn.wordpress.org/trunk@23614 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-04 23:19:35 +00:00
parent 10343746ab
commit a8a63c13c6
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,