summaryrefslogtreecommitdiff
path: root/sass/light.scss
blob: 80612067de8f3991357191320560458c8616d215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * Copyright (C) 2021 Daniel Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

$bg  : #ffffff;
$bg05: #dddddd;
$bg1 : #cccccc;

$fg : #000000;
$fg1: #333333;
$fg2: #666666;
$fg3: #999999;

$link-color: #000099;

$longdistance-bg: #ffcccc;
$regional-bg: #eeeeee;
$tram-bg: #ffcccc;
$taxi-bg: #eeaaee;
$suburban-bg: #9fd79f;
$subway-bg: #aac0ff;
$bus-bg: #eeaaee;

$cancelled-stop-color: #cc0000;
$cancelled-bg-color: #ffe7d0;

$delay-color: #ff0000;
$undelay-color: #006600;

@import 'app.scss';