view src/tools/tools.css @ 23:e5c77f8d506d default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 10:45:43 -0600
parents 43814e9f5802
children
line wrap: on
line source

* {
	box-sizing: border-box;
}

body {
	font-family: Sans-Serif;
}

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

input[type="submit"] {
	cursor: pointer;
}