summaryrefslogtreecommitdiff
path: root/bin/nvm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nvm')
-rwxr-xr-xbin/nvm4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/nvm b/bin/nvm
index 53cfb74..81289b8 100755
--- a/bin/nvm
+++ b/bin/nvm
@@ -86,7 +86,9 @@ class Line:
self.__dict__.update(obj)
self.css_class = str()
- if self.product == "tram":
+ if self.product.startswith("national"):
+ self.css_class = "longdistance"
+ elif self.product == "tram":
self.name = self.name.removeprefix("STR ")
self.css_class = "tram"
elif self.product == "suburban":