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>
This commit is contained in:
Omer Wazir 2015-02-12 10:30:18 -07:00 committed by Chris Dickinson
parent 122a1758d1
commit 789ff959be

View File

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