From dde52438e40f49e133ca58ad94a0b8c841679aad Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Tue, 14 Jul 2015 18:10:44 +0200
Subject: [PATCH] Fix incorrect coloring of protein sequence positions

---
 mutalyzer/util.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mutalyzer/util.py b/mutalyzer/util.py
index 93d6de8f..365fb227 100644
--- a/mutalyzer/util.py
+++ b/mutalyzer/util.py
@@ -734,7 +734,7 @@ def print_protein_html(s, first, last, O, where, text=False):
                     output = '%s ' % unicode(o).rjust(m)
             else:
                 output = \
-                    '<tt style="color:000000;font-weight:normal">%s</tt> ' % \
+                    '<tt style="color:#333;font-weight:normal">%s</tt> ' % \
                     unicode(o).rjust(m)
 
     # Add last line.
-- 
GitLab