summaryrefslogtreecommitdiff
path: root/program/templates/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/styles.css')
-rw-r--r--program/templates/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/styles.css b/program/templates/styles.css
index 9448df2..2934a7f 100644
--- a/program/templates/styles.css
+++ b/program/templates/styles.css
@@ -1,5 +1,5 @@
{% for bf in broadcastformats %}
-.bf-{{ bf.slug }} { background-color: {{ bf.color }}; }
+.bf-{{ bf.slug }} { background-color: {{ bf.color }}; color: {{ bf.text_color }}; }
{% endfor %}
{% for mf in musicfocus %}