changeset 51274:24904e14794b

8208484: color contrast issues in a couple of spec files Reviewed-by: jjg, ihse
author pmuthuswamy
date Wed, 01 Aug 2018 12:36:02 +0530
parents 5064f30ac015
children b095f437af22
files make/data/docs-resources/resources/jdk-default.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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] {