view website/src/site.css @ 1304:5b947f29ea87 0.23

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 13 Jan 2019 18:22:14 -0700
parents c4216a583de4
children 3860ed4b8552
line wrap: on
line source


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5%;
}

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

[small] {
	font-size: small;
}


div[contents] {
	margin: 0 0 1em;
}
ul {
	margin: 0;
}
[heading] {
	margin: 2em 0 0.6em;
	color: #233E93;
}
[heading] a[href], [heading] a[href]:visited {
	color: inherit;
}

h4 code {
	font-size: 1.4em;
	font-weight: normal;
}