update colors
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
data-chinese="{{ line.chinese | escape }}"
|
||||
data-timestamp="{{ line.timestamp }}"
|
||||
data-speaker="{{ line.speaker }}">
|
||||
<div class="english" {% if line.speaker in colors %}style="color: {{ colors[line.speaker] }}"{% endif %}>
|
||||
<div class="english" style="color: {{ colors.get(line.speaker, '#777777') }}">
|
||||
{{ line.english }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user