@import url("https://stephensugden.com/site.css");

div.section h1 {
	font-size: 1.7em;
	background: transparent;
	padding: 0 10px;
	color: black;
	border: none;
	border-bottom: 2px solid #ddd;
}

div.admonition, div.note {
	background: #eaf8d2;
	border: 1px dashed #a9c4c6;
}

blockquote {
	font-style: italic;
}

h2 {
	font-size: 1.25em;
}
