aboutsummaryrefslogtreecommitdiff
path: root/assets/static/style.css
blob: 3b3f2c8010ef24128071cc806010cf8697610418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
	font-family: 'Abel', sans-serif;
	margin: 5% 10%;
}
h1, h4 {
	font-family: 'Raleway', sans-serif;
}
h1 {
	color: #F50;
}
pre {
	font-family: 'Anonymous Pro', monospace;
}
a {
	color: #05A;
	text-decoration: none;
}
nav {
	float: right;
}
nav a {
	padding: 1ex;
}