aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/main.scss
blob: 1106b8a7835450cb691739a147f37ca6ca3e5b7b (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-import";