Twenty Thirteen: improve styling for RSS widget title, fixes #23571.
git-svn-id: http://core.svn.wordpress.org/trunk@23491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
64b5cec3ef
commit
b4ee9342b1
|
@ -2613,14 +2613,15 @@ footer.entry-meta {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.site-footer .widget-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.site-footer .widget a {
|
||||
color: #e63320;
|
||||
}
|
||||
|
||||
.site-footer .widget-title,
|
||||
.site-footer .widget-title a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.site-info {
|
||||
margin: 0 auto;
|
||||
max-width: 1040px;
|
||||
|
|
Loading…
Reference in New Issue