diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2014-02-28 19:49:24 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2014-02-28 19:49:24 (GMT) |
commit | 6b6050bc2e48d29778e3c256303ae41003760c74 (patch) | |
tree | 787b22197b48d515e671fbf51741b627f8476aa0 /program/templates | |
parent | 933050279fa7d79bddf43f071557b067263c2f73 (diff) |
added color to broadcast formats
Diffstat (limited to 'program/templates')
-rw-r--r-- | program/templates/styles.css | 2 |
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 %} |