aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-03-17 20:39:52 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-03-17 20:39:52 -0500
commitbe718e1b86c38746bb9e5b349364c7be74f7829c (patch)
tree2340c779109a6b9777da1b88a297aa9b3ef2c4ee /styles.css
parentb5d09893bd0d3ca8f95adcd2f750000872ce5248 (diff)
cleanup for mobile view
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css28
1 files changed, 18 insertions, 10 deletions
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 {