Twenty Thirteen: lighten orange color for link text in footer widgets, props sabreuse. See #23513.

Also use same shade for paging links, to be consistent and not have thousands of small color variations in the the theme.

git-svn-id: https://develop.svn.wordpress.org/trunk@23650 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett
2013-03-08 16:49:31 +00:00
parent 82b5f9e128
commit 8420ee4a9f

View File

@@ -1960,7 +1960,7 @@ footer.entry-meta {
}
.paging-navigation .meta-nav {
background-color: #e63320;
background-color: #e6402a;
border-radius: 50%;
color: #fff;
display: inline-block;
@@ -2620,7 +2620,7 @@ footer.entry-meta {
}
.site-footer .widget a {
color: #e63320;
color: #e6402a;
}
.site-footer .widget-title,