comparison src/site.css @ 1:7c64173643c8

start config
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 15 Jun 2022 20:59:13 -0600
parents 6a1e2749571d
children 2f20b11affdd
comparison
equal deleted inserted replaced
0:6a1e2749571d 1:7c64173643c8
1 * { 1 * {
2 box-sizing: border-box; 2 box-sizing: border-box;
3 } 3 }
4
5 a {
6 text-decoration: none;
7 }
8 a:hover {
9 text-decoration: underline;
10 }