aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/main.scss
blob: bcebc2bd0db1788edbb966dc3d058527435fbdff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generics

$header_back: #e3d595;
$header_back_lighter: #f3e5a5;
$header_colour: #5e552b;
$header_darker: #4e451b;

a {
    &:link { color: #0000ff; }
    &:visited { color: #000099; }
    &:hover, &:active { color: #ff0000; }
}

@import "_main";