view src/tools/tools.css @ 0:24d8dc525146

start
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 19 Oct 2023 22:33:37 -0600 (17 months ago)
parents
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;
}