Twenty Thirteen: better contrast for footer text and form "allowed tags" text, props sabreuse. See #23513.
git-svn-id: http://core.svn.wordpress.org/trunk@23613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a3df6848f5
commit
4651adfccf
|
@ -2371,7 +2371,7 @@ footer.entry-meta {
|
||||||
|
|
||||||
.form-allowed-tags,
|
.form-allowed-tags,
|
||||||
.form-allowed-tags code {
|
.form-allowed-tags code {
|
||||||
color: #7d7b6d;
|
color: #686758;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2562,7 +2562,7 @@ footer.entry-meta {
|
||||||
|
|
||||||
.site-footer {
|
.site-footer {
|
||||||
background-color: #e8e5ce;
|
background-color: #e8e5ce;
|
||||||
color: #7d7b6d;
|
color: #686758;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -2573,7 +2573,7 @@ footer.entry-meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer a {
|
.site-footer a {
|
||||||
color: #7d7b6d;
|
color: #686758;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer .sidebar-container {
|
.site-footer .sidebar-container {
|
||||||
|
|
Loading…
Reference in New Issue