view unsubscribe/src/private/tools/tools.css @ 5:6ceaffa5fec4 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 05 Jun 2026 09:14:04 +0900
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;
}