blob: d2dc1c3edffb40df78047effb4e38e7aab9905a0 (
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
|
/* COLOURS */
$greenwich_red: #d42828;
$greenwich_dark_red: #a71930;
$greenwich_dark_grey: #4b5459;
$greenwich_med_grey: #d9e0e4;
$greenwich_light_grey: #e0e6e9;
$primary: $greenwich_red;
$primary_b: #000000;
$primary_text: #222222;
$base_bg: #fff;
$base_fg: #000;
$map_nav_bg: #fff;
$nav_fg: #fff;
$nav_fg_hover: transparent;
$col_big_numbers: $primary;
$col_click_map: $greenwich_red;
$col_fixed_label: #00BD08;
$col_fixed_label_dark: #4B8304;
|