summaryrefslogtreecommitdiff
path: root/style.css
blob: 43374d9fe8de04d7924a089778923cf1c3a3c3aa (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.menuitem{
	flex-shrink:0;
	padding-right:.5em;
}
.project{
	flex-shrink:0;
	padding-bottom:1em;
	display: flex;
}

.date{
	padding-right:1em;
}

.back {
	display:inline;
}

.title {
	display:inline;
}

h1,h2,h3 {
	line-height:1.2;
}

a:link {
	color:#4c566a;
}

a:visited {
	color:#6b4764;
}

a:active {
	color:#a3be8c;
}

body {
	font-size:18px;
	color:#2e3440;
	background-color:#eceff4;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	line-height: 1.6;
	max-width: 650px;
}