view unsubscribe/src/private/tools/tools.css @ 0:8f4df159f06b

start public repo
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 11 Jul 2025 20:57:49 -0600
parents
children
line wrap: on
line source

* {
	box-sizing: border-box;
}

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

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