summaryrefslogtreecommitdiff
path: root/sass/dark.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-21 11:08:40 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-21 11:08:40 +0200
commit73cbb842a4815a36e03d9e0c7243effd568c7bfd (patch)
tree0f02c939b17aee8e0fab5eb8e5daa6bb7683b2e2 /sass/dark.scss
parent6f1069470dac198edd3606d9e592312baaccd131 (diff)
add proper dark mode support0.1.0
Diffstat (limited to 'sass/dark.scss')
-rw-r--r--sass/dark.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/sass/dark.scss b/sass/dark.scss
index 3104cd5..ba14876 100644
--- a/sass/dark.scss
+++ b/sass/dark.scss
@@ -15,4 +15,12 @@ $fg3: #999999;
$link-color: #9999ff;
+$longdistance-bg: #7c1a1a;
+$regional-bg: #444444;
+$tram-bg: #852121;
+$taxi-bg: #7f3d7f;
+$suburban-bg: #2f6639;
+$subway-bg: #2045b0;
+$bus-bg: #7f3d7f;
+
@import 'app.scss';