summaryrefslogblamecommitdiff
path: root/resources/style.css
blob: 04e953658ef6d7c2f0eb4edc4e8684ad329e7c31 (plain) (tree)



























                               
header h1 {
	text-align: center;
}

header .date {
	text-align: center;
}

.container > h1 a, 
.container > h2 a, 
.container > h3 a, 
.container > h4 a, 
.container > h5 a,
.container > h6 a {
	text-decoration: none;
	color: #111;
}

pre {
	margin-left: 3em;
	padding: 1em;
	background-color: #EEE;
	border: 1px solid #333;
}

code {
	background-color: #EEE;
}