view unsubscribe/src/private/tools/tools.css @ 3:b016e4b7c8da default tip

add read_me
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 12 Jul 2025 12:51:36 -0600
parents 8f4df159f06b
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;
}