aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-03-17 19:33:48 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-03-17 19:33:48 -0500
commit2f0090b5bf38664fd0033c92ac3ef6ea3608a7dd (patch)
tree16117e750191828c4018a0a373f1672e6d88edda /styles.css
parente9fe92019396ea8e9a44dfeeaeb758a52e53215f (diff)
pretty
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css26
1 files changed, 22 insertions, 4 deletions
diff --git a/styles.css b/styles.css
index 3652b41..4d78bb1 100644
--- a/styles.css
+++ b/styles.css
@@ -2,12 +2,30 @@
box-sizing: border-box;
}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ color: #815b5b;
+}
+
body {
- font-family:
- Courier New,
- Courier,
- Monospace;
+ font-family: Georgia, Courier, Monospace;
+ font-size: 20px;
+ background-color: #fff8ea;
+ color: #594545;
width: 700px;
max-width: calc(100% - 20px);
margin: auto;
}
+
+a {
+ color: darkblue;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}