Browse Source

doc: increase mark class contrast ratio

PR-URL: https://github.com/iojs/io.js/pull/824
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
v1.8.0-commit
Omer Wazir 10 years ago
committed by Chris Dickinson
parent
commit
789ff959be
  1. 3
      doc/api_assets/style.css

3
doc/api_assets/style.css

@ -218,7 +218,6 @@ h1 span, h2 span, h3 span, h4 span {
display: block; display: block;
top: 0; top: 0;
right: 0; right: 0;
opacity: 0.3;
} }
h1 span:hover, h2 span:hover, h3 span:hover, h4 span:hover { h1 span:hover, h2 span:hover, h3 span:hover, h4 span:hover {
@ -402,7 +401,7 @@ span.type {
span > .mark, span > .mark,
span > .mark:visited { span > .mark:visited {
font-size: 18px; font-size: 18px;
color: #ccc; color: #707070;
position: absolute; position: absolute;
top: 0px; top: 0px;
right: 0px; right: 0px;

Loading…
Cancel
Save