diff --git a/wp-content/themes/twentyfourteen/rtl.css b/wp-content/themes/twentyfourteen/rtl.css index 0f44d8f935..9676ed994f 100644 --- a/wp-content/themes/twentyfourteen/rtl.css +++ b/wp-content/themes/twentyfourteen/rtl.css @@ -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; } diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index ce060a36db..408490a950 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -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;