view src/tools/tools.css @ 2:5ae5fbce0d75

start header
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 21 Oct 2023 21:29:56 -0600
parents 24d8dc525146
children 43814e9f5802
line wrap: on
line source

* {
	box-sizing: border-box;
}

body {
	font-family: Sans-Serif;
}

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