aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/fixamingata/_colours.scss
blob: 0ec24d1ffafc42f6971f2136de101c7186c8ae46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* COLOURS */

$menu-image: 'menu-black';

$primary: #00b1da;
$primary_b: #0087a6;
$primary_text: #222;

$base_bg: #eee url(images/tile.jpg) 0 0 repeat;
$base_fg: $primary_text;

$nav_background_colour: #eee;
$nav_colour: $primary_text;
$nav_hover_background_colour: #444;

$header-top-border: false;

$col_click_map: #00BD08;
$col_fixed_label: #00BD08;
$col_fixed_label_dark: #4B8304;