summaryrefslogtreecommitdiff
path: root/program/templates
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-28 19:49:24 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-28 19:49:24 (GMT)
commit6b6050bc2e48d29778e3c256303ae41003760c74 (patch)
tree787b22197b48d515e671fbf51741b627f8476aa0 /program/templates
parent933050279fa7d79bddf43f071557b067263c2f73 (diff)
added color to broadcast formats
Diffstat (limited to 'program/templates')
-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 %}