aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
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 {