view unsubscribe/src/private/tools/tools.css @ 4:f455bb813e2e default tip

remove facebook ads
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 06 Nov 2025 07:41:24 -0700
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;
}