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: http://core.svn.wordpress.org/trunk@23650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2e4d128fe0
commit
8151fc8c77
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue