summaryrefslogtreecommitdiff
path: root/sass/light.scss
blob: f080ddc3bd90f773d553aff4bfcb2695a2029739 (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
/*
 * 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: #aaffba;
$subway-bg: #aac0ff;
$bus-bg: #eeaaee;

$cancelled-bg-color: #ffe7d0;

@import 'app.scss';