From 419db0991c46b889dfee17380919eb1ded7f896e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 26 Dec 2021 21:33:58 +0000 Subject: new stylesheet --- style.css | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/style.css b/style.css index 8a5dc32..1587371 100644 --- a/style.css +++ b/style.css @@ -12,23 +12,14 @@ body { h1 { color: #ffffef; - font-size: 24px; - font-weight: 700; - line-height: 26.4px; } h2 { - color: #ffffef; - font-size: 20px; - font-weight: 700; - line-height: 19.0px; + color: #eeeede; } h3 { - color: #ffffef; - font-size: 14px; - font-weight: 700; - line-height: 15.4px; + color: #ddddce; } a { @@ -58,9 +49,6 @@ pre { color: #bbbfaf; padding: 5px; overflow-x: auto; - font-size: 13px; - font-weight: 400; - line-height: 18.5667px; } a.textlink:before { @@ -68,17 +56,8 @@ a.textlink:before { padding-left: 2px; } -p { - font-size: 14px; - font-weight: 400; - line-height: 20px; -} - p.quote { color: #ffffff; - font-size: 21px; - font-weight: 400; - line-height: 30px; } p.quote:before { -- cgit v1.2.3