view src/site.css @ 4:a17e400ddaa1

add email
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 21 Jun 2022 11:58:27 -0600
parents 7c64173643c8
children 2f20b11affdd
line wrap: on
line source

* {
 	box-sizing: border-box;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}