comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:24d8dc525146
1 * {
2 box-sizing: border-box;
3 }
4
5 body {
6 font-family: Sans-Serif;
7 }
8
9 a {
10 text-decoration: none;
11 }
12 a:hover {
13 text-decoration: underline;
14 }