summaryrefslogtreecommitdiff
path: root/content/css/main.css
blob: 5236e3fc2e958296a54d1e7f99a5548e6f3b6bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
html {
	font-family: Hack, monospace;
	color: #eeeeee;
	background-color:#1e1e1e;
	line-height: 1.6;
}
main {
	max-width: 70ch;
	padding: 2ch;
	margin: auto;
}
h1::before {
	content: '# ';
}
h2::before {
	content: '## ';
}
a {
	color: #569cd6;
	text-decoration: none;
}