docket 0.1.7

Simple markdown to HTML documentation rendering
body {
	margin: 16px auto;
	width: 650px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	margin: 1em 0 0 0;
	font-weight: semibold;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

ol.index-toc {
	list-style-type: none;
	padding-left: 0;
}

ol.index-toc li {
	margin-top: 0.2em;
}

header.index-heading {
	text-align: center;
	padding: 5em 0 1.5em 0;
}

header.page-heading {
	position: relative;
}

header.page-heading > a {
	position: absolute;
	font-size: 24px;
	font-family: 'Merriweather', serif;
	margin: 0;
	top: 0;
	right: 0;
}

p {
	line-height: 1.6;
}

a {
	color: #00BCD4;
	text-decoration: none;
}

a:hover {
	color: #00BCD4;
	text-decoration: underline;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	color: black;
}

code {
	font-family: Monospace;
	background-color: #ccf9ff;
	border: 1px solid #00BCD4;
	border-radius: 2px;
	padding: 1px 7px;
}

pre > code {
	margin: 1em 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 2px solid #00BCD4;
	display: block;
	overflow: auto;
	padding: 10px;
}

footer {
	color: #555;
	text-align: center;
	border-top: 1px solid #EFEFEF;
}