From 05a63aa8654dbc95b2e739a3b77c5bb1df6bb04c Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 17 Oct 2021 12:23:23 -0500 Subject: lots of churn --- style.css | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index f2d57ba..1189a93 100644 --- a/style.css +++ b/style.css @@ -1,26 +1,31 @@ -html { font: 100%/1.5 Arial, sans-serif; } -h1 { font-size: 2em; /* 2*16 = 32 */ } -h2 { font-size: 1.5em; /* 1.5*16 = 24 */ } -h3 { font-size: 1.17em; /* 1.17*16 = 18.72 */ } -h4 { font-size: 1em; /* 1*16 = 16 */ } -h5 { font-size: 0.83em; /* 0.83*16 = 13.28 */ } -h6 { font-size: 0.75em; /* 0.75*16 = 12 */ } +#root { +font-size: 20px; +font-family: Garamond, Georgia, sans-serif; +} +p.h1 { +font-size: 40px; +} +p.h2 { +font-size: 30px; +} +p.h3{font-size: 23px; } p { line-height: 1.5; - margin: 0 0 1em; + margin: 0 0 20px; } a:active { color: tomato; } a:focus { border: 1px dotted tomato; } -code, -pre { font-family: monospace, serif; -font-size: 1em; } +pre { + font-family: Courier, monospace; + font-size: 10%; +} blockquote { font-style: italic; } blockquote:before { content: "\201C"; display: inline-block; - padding-right: .4em; + padding-right: 8px; } /* -- cgit v1.2.3