view blog/src/site.css @ 598:e930f92d0f61

add blog test
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 16 Sep 2015 14:32:52 -0600
parents 6bb0c83116e9
children 50540f0813e2
line wrap: on
line source


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 1em 5%;
}

a[href] {
	text-decoration: inherit;
	color: #337ab7;
}
a[href]:visited {
	color: #034a87;
}
a[href]:hover {
	text-decoration: underline;
}