diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 28 |
1 files changed, 18 insertions, 10 deletions
@@ -2,17 +2,8 @@ box-sizing: border-box; } -h1, -h2, -h3, -h4, -h5, -h6 { - color: #815b5b; -} - body { - font-family: Georgia, Courier, Monospace; + font-family: Georgia, Times; font-size: 20px; background-color: #fff8ea; color: #594545; @@ -21,6 +12,21 @@ body { margin: auto; } +h1 { + color: #815b5b; + font-family: Helvetica, Tahoma, Arial; + font-weight: normal; +} + +h2, +h3, +h4, +h5, +h6 { + color: #815b5b; + font-weight: normal; +} + a { color: darkblue; text-decoration: none; @@ -33,6 +39,8 @@ a:hover { .header { color: #fff8ea; background-color: #594545; + margin-top: 10px; + padding: 5px 5px 5px 5px; } .header a { |