From be718e1b86c38746bb9e5b349364c7be74f7829c Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 17 Mar 2024 20:39:52 -0500 Subject: cleanup for mobile view --- styles.css | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index a6dcd29..8ef34e1 100644 --- a/styles.css +++ b/styles.css @@ -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 { -- cgit v1.2.3