mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Twelve: set color values to black to ensure full text color contrast in print styles. Props miqrogroove, fixes #22797.
git-svn-id: https://develop.svn.wordpress.org/trunk@23116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1616,6 +1616,7 @@ img#wpstats {
|
||||
@media print {
|
||||
body {
|
||||
background: none !important;
|
||||
color: #000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
footer a[rel=bookmark]:link:after,
|
||||
@@ -1650,9 +1651,14 @@ img#wpstats {
|
||||
text-align: left;
|
||||
}
|
||||
.site-header h2 {
|
||||
color: #000;
|
||||
font-size: 10pt;
|
||||
text-align: left;
|
||||
}
|
||||
.site-header h1 a,
|
||||
.site-header h2 a {
|
||||
color: #000;
|
||||
}
|
||||
.author-avatar,
|
||||
#colophon,
|
||||
#respond,
|
||||
|
||||
Reference in New Issue
Block a user