view src/site.css @ 2:fc2383eb48a9

set config
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 16 Jun 2022 20:52:24 -0600
parents 7c64173643c8
children 2f20b11affdd
line wrap: on
line source

* {
 	box-sizing: border-box;
}

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