diff --git a/mutalyzer/util.py b/mutalyzer/util.py index 93d6de8f4be0bf687c00ddff375b39866ad45567..365fb2271b1382cc4ea6771879a67b164be443dc 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.