view src/site.css @ 3:fc3ee39d7764

login
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 19 Jun 2022 20:47:31 -0600
parents 7c64173643c8
children 2f20b11affdd
line wrap: on
line source

* {
 	box-sizing: border-box;
}

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