comparison src/site.css @ 18:94e26bffd4fb

UI work
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 Jul 2022 12:14:05 -0600
parents bff178656073
children da006d1c1eba
comparison
equal deleted inserted replaced
17:a602a5735a37 18:94e26bffd4fb
3 } 3 }
4 4
5 body { 5 body {
6 font-family: Sans-Serif; 6 font-family: Sans-Serif;
7 margin: 0; 7 margin: 0;
8 background-color: #F8F8F8;
8 } 9 }
9 10
10 a { 11 a {
11 text-decoration: none; 12 text-decoration: none;
12 } 13 }
13 a:hover { 14 a:hover {
14 text-decoration: underline; 15 text-decoration: underline;
16 }
17
18 textarea {
19 font: inherit;
20 xpadding: 7px;
21 xborder-color: #DDDDDD;
15 } 22 }
16 23
17 div[header], div[footer] { 24 div[header], div[footer] {
18 font-size: 14px; 25 font-size: 14px;
19 background-color: #ddd; 26 background-color: #ddd;