~singpolyma/post-part

cf884580f60bb0ee1180490350b67a0a01551f01 — Stephen Paul Weber 2 years ago 16fcd24
Port in link styles from kitchener/
1 files changed, 7 insertions(+), 0 deletions(-)

M index.scss
M index.scss => index.scss +7 -0
@@ 108,6 108,13 @@ h1, h2 {
	font-family: druk, sans-serif;
}

a, a:visited, a:link {
	color: #0bf;
	&:hover {
		color: #fb0;
	}
}

body > p {
	max-width: $column-width;
	margin: 1em auto;