mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user