From a511ad1a829c07891e22c3a9481f900f6e13c1a9 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 25 Jul 2012 11:06:55 -0700 Subject: [PATCH] Increase text contrast. Change the text color to black to increase the contrast and improve legibility. Change-Id: I641c30904184711c239741076a549e0d2b4761c7 Reviewed-on: https://review.openstack.org/10285 Reviewed-by: Clark Boylan Reviewed-by: linuxjedi Approved: Monty Taylor Tested-by: Jenkins --- modules/openstack_project/files/gerrit/GerritSite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index e82c0b475e..c808632b59 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -1,4 +1,4 @@ -body {color: #535353 !important; background: url("static/openstack-page-bkg.jpg") no-repeat scroll 0 0 white !important; position: static} +body {color: #000 !important; background: url("static/openstack-page-bkg.jpg") no-repeat scroll 0 0 white !important; position: static} a,a:visited {color: #264D69 !important; text-decoration: none;} a:hover {color: #000 !important; text-decoration: underline}