view src/site.css @ 9:14932af93327 default tip

minor fix
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 Sep 2024 18:35:54 -0600
parents bd4802730bab
children
line wrap: on
line source

* {
 	box-sizing: border-box;
}

body {
	font-family: Sans-Serif;
	margin-left: 3%;
	margin-right: 3%;
}

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