@font-face {
	font-family: recursive;
	src: url(../../font/recursive/Recursive_VF_1.084--subset-GF_latin_basic.woff2);
}
body {
	font-family: recursive, sans-serif;
	font-weight: 350;
	max-width: 70em;
	margin: 0 auto;
	background-color: #222;
	color: #aaa;
}
#log, #files, #branches {
	width: 100%;
}
.h, .i, .d {
	text-decoration: none;
}
.i {
	color: green;
}
.d {
	color: red;
}
a {
	color: #aaa;
}
a:not(.h, .i, .d):hover {
	color: #ccc;
}
pre {
	font-family: recursive, monospace;
	font-variation-settings: "MONO" 1;
	font-size: 90%;
}
h1 {
	text-transform: capitalize;
}
