From 73cbb842a4815a36e03d9e0c7243effd568c7bfd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Aug 2021 11:08:40 +0200 Subject: add proper dark mode support --- sass/dark.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sass/dark.scss') 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'; -- cgit v1.2.3