From 663d16279099925a9a765a125874200efc893f3f Mon Sep 17 00:00:00 2001
From: Stephen Enders
Date: Tue, 22 Jan 2019 00:07:16 -0500
Subject: Fixed a broken link
---
www/index.css | 8 ++++----
www/index.html | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/www/index.css b/www/index.css
index 137b613..a7a2665 100644
--- a/www/index.css
+++ b/www/index.css
@@ -1,4 +1,4 @@
-html,body { margin: 0; font-family: sans-serif; }
+html,body { margin: 0; font-family: monospace; }
#body { margin: 16px 10%; }
#body article { border-bottom: 1px solid #060606; }
#body article:last { border-bottom: none; }
@@ -30,10 +30,10 @@ html,body { margin: 0; font-family: sans-serif; }
code {
font-family: monospace;
- color: #333;
- font-size:1.1em;
+ background: #eee;
+ padding: 2px 2px;
+ border-radius: 5px 5px;
}
-
code.inline {
display: inline;
}
diff --git a/www/index.html b/www/index.html
index 4c5b454..98558ae 100644
--- a/www/index.html
+++ b/www/index.html
@@ -33,7 +33,7 @@
am working on.