summaryrefslogtreecommitdiff
path: root/themes/mocca.css
blob: fd27f9c00dd146e9106425e25e8c421f3badbc98 (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
body, .loading {
	background : #3B3228;
	color : #D0C8C6;
}

body a {
	color : #8AB3B5;
}

body a:hover {
	color : #7BBDA4;
}

body .header,
body .footer {
	color : #F4BC87;
}

body .footer .location {
	color : #BEB55B;
}

body .header button.btn {
	background : #BB9584;
	color : #534636;
	text-shadow : #534636 0px 0px;
	border-color : #534636;
}