view src/site.css @ 1:7c64173643c8

start config
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 15 Jun 2022 20:59:13 -0600
parents 6a1e2749571d
children 2f20b11affdd
line wrap: on
line source

* {
 	box-sizing: border-box;
}

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