Twenty Fourteen: minor color contrast and a11y fixes, see #25054.
git-svn-id: https://develop.svn.wordpress.org/trunk@25740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
28736216f3
commit
56bef8b6a6
@ -176,7 +176,8 @@ blockquote.pull.alignleft {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tag-links a:hover:before {
|
||||
.tag-links a:hover:before,
|
||||
.tag-links a:focus:before {
|
||||
border-left-color: #2b2b2b;
|
||||
}
|
||||
|
||||
|
@ -234,7 +234,7 @@ code, kbd, tt, var {
|
||||
font: 15px/1.6 Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
|
||||
}
|
||||
abbr, acronym {
|
||||
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
|
||||
border-bottom: 1px dotted #2b2b2b;
|
||||
cursor: help;
|
||||
}
|
||||
mark, ins {
|
||||
@ -1621,7 +1621,6 @@ span > object {
|
||||
color: #24890d;
|
||||
}
|
||||
.comment-navigation {
|
||||
color: rgba(0, 0, 0, 0.2);
|
||||
font-size: 12px;
|
||||
line-height: 2;
|
||||
margin-bottom: 48px;
|
||||
|
Loading…
Reference in New Issue
Block a user