summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 937a12a..4715a95 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -65,7 +65,7 @@ p {
{% set color='green' %}
{% elif departure['GroupOfLine'] == 'Tunnelbanans röda linje' %}
{% set color='red' %}
- {% elif departure['GroupOfLine'] == 'tunnelbanans blå linje' %}
+ {% elif departure['GroupOfLine'] in ['blåbuss', 'tunnelbanans blå linje'] %}
{% set color='blue' %}
{% else %}
{% set color='black' %}