]> git.ozlabs.org Git - patchwork/blobdiff - htdocs/css/style.css
Tone down acked-by and signed-off-by colours a little
[patchwork] / htdocs / css / style.css
index 4992777960d4885e5307f147779294c9d517eeec..dcee867d1d9acfda0467595ed2a78ff6dc198708 100644 (file)
@@ -138,7 +138,7 @@ table.patchlist tr.odd {
 }
 
 table.patchlist tr.even {
-       background: #eeeeee;
+       background: #e8e8e8;
 }
 
 a.colactive {
@@ -242,12 +242,12 @@ span.p_del        { color: #6a5acd; }
 span.p_mod     { color: #0000ff; }
 
 .acked-by {
-       color: red;
+       color: #2d4566;
 
 }
 
 .signed-off-by {
-       color: red;
+       color: #672d45;
        font-weight: bold;
 }