mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Twenty Fourteen: minor color contrast and a11y fixes, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25740 git-svn-id: http://core.svn.wordpress.org/trunk@25653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
543d84a379
commit
f6fc6a8b29
@ -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