From 789ff959be031852fda33dd067736efd842ce315 Mon Sep 17 00:00:00 2001 From: Omer Wazir Date: Thu, 12 Feb 2015 10:30:18 -0700 Subject: [PATCH] doc: increase mark class contrast ratio PR-URL: https://github.com/iojs/io.js/pull/824 Reviewed-By: Chris Dickinson --- doc/api_assets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 446bbb27907b33..fc6a1114d80b48 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -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;