8208484: color contrast issues in a couple of spec files
authorpmuthuswamy
Wed, 01 Aug 2018 12:36:02 +0530
changeset 51274 24904e14794b
parent 51273 5064f30ac015
child 51275 b095f437af22
8208484: color contrast issues in a couple of spec files Reviewed-by: jjg, ihse
make/data/docs-resources/resources/jdk-default.css
--- a/make/data/docs-resources/resources/jdk-default.css	Wed Aug 01 02:21:02 2018 -0400
+++ b/make/data/docs-resources/resources/jdk-default.css	Wed Aug 01 12:36:02 2018 +0530
@@ -75,7 +75,7 @@
 }
 
 a:link {
-  color: #437291;
+  color: #4A6782;
 }
 
 a:visited {
@@ -117,7 +117,7 @@
 }
 
 tr:nth-child(even), tr:nth-child(even) th[scope=row] {
-  background: #DDD;
+  background: #E3E3E3;
 }
 
 tr:nth-child(odd), tr:nth-child(odd) th[scope=row] {