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

start
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 19 Oct 2023 22:33:37 -0600
parents
children 43814e9f5802
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/tools/tools.css	Thu Oct 19 22:33:37 2023 -0600
@@ -0,0 +1,14 @@
+* {
+	box-sizing: border-box;
+}
+
+body {
+	font-family: Sans-Serif;
+}
+
+a {
+	text-decoration: none;
+}
+a:hover {
+	text-decoration: underline;
+}