diff --git a/en_US.ISO8859-1/htdocs/layout/css/query-pr.css b/en_US.ISO8859-1/htdocs/layout/css/query-pr.css
index df707f9bfe..31bae518ec 100644
--- a/en_US.ISO8859-1/htdocs/layout/css/query-pr.css
+++ b/en_US.ISO8859-1/htdocs/layout/css/query-pr.css
@@ -89,7 +89,7 @@ td {
 
 .patchblock {
 	border: 1px solid #999999;
-	background-color: #EFEFBB;
+	background-color: #F8F8E8;
 	margin-left: auto;
 	margin-right: auto;
 	max-width: 675px;
@@ -149,8 +149,8 @@ td {
 .quote0            { color: #DD0000; }
 .quote1            { color: #0000DD; }
 
-.patch_plusline    { color: #FF0000; }
-.patch_minusline   { color: #0000FF; }
+.patch_plusline    { color: #006020; }
+.patch_minusline   { color: #C00000; }
 .patch_contextline { color: #00AA00; }
 .patch_revinfo     { font-weight: bold; }
 .patch_hunkinfo    { font-weight: bold; }