Twenty Thirteen: improve styling for RSS widget title, fixes #23571.

git-svn-id: https://develop.svn.wordpress.org/trunk@23491 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-02-26 04:42:46 +00:00
parent 676282a34a
commit 3d15ae0301
1 changed files with 5 additions and 4 deletions

View File

@ -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;