/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

/* Body */
body {
	background:#fff;
	padding:12px;
}
div,h1,h2,h3,h4,code,pre,p,li,a {
	margin:0;
	padding:0;
	font-family:Courier,monospace;
	font-size:14px;
	font-size:.875rem;
	color:#444;
}

/* Headlines */
h1, h2, h3 {
	margin-bottom:12px;
}
h1 {
	display:none;
}
h2 {
	margin:36px 0 18px;
	font-size:18px;
	font-size:1.125rem;
	font-weight:normal;
}
h3 {
	margin:18px 0 6px;
}

/* Elements */
#changelog {
	margin-top:-36px;
}
code {
	color:#4b85ba;
}
ul {
	margin:12px 0 12px 3em;
}
li {
	list-style-type:disc;
}
pre {
	margin:12px;
	padding:6px;
	background:#fcfcfc;
	border:1px solid #ddd;
	border-radius:3px;
}
pre,pre code {
	color:#666;
}
a {
	color:#77ac45;
}
a:hover {
	text-decoration:underline;
}
