@charset "utf-8";
@import "palette";

.content ol {
	padding: 1ex 3em;
	background-color: $foreground;
	margin: 0;
}

.content ul {
	list-style-type: none;
	padding: 1ex 2em;
	background-color: $foreground;
	margin: 0;
}

.content a {
	color: $text-accent;
}

.content a:visited {
	color: $link-visited;
}

.content a:hover {
	color: $link-hover;
}
