From e598cced24376d711fc49b4e0cec065754f3bb8e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 5 Feb 2016 14:08:25 -0800 Subject: [PATCH] Update CSS --- public/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 671e9df..0e06370 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,6 +1,6 @@ -body { font-family: sans-serif; background: #eee; } +body { font-family: monospace; background: #eee; } a, h1, h2 { color: #377ba8; } -h1, h2 { font-family: 'Georgia', serif; margin: 0; } +h1, h2 { font-family: monospace; margin: 0; } h1 { border-bottom: 2px solid #eee; } h2 { font-size: 1.2em; }