From 95408e55711111870e66a81e0f7ce3f43a0d8fac Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 31 Jul 2019 00:30:49 -0400 Subject: [PATCH] style.css (article aside): New Style --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index a81f4e2..f2fc07c 100644 --- a/style.css +++ b/style.css @@ -384,6 +384,11 @@ article pre { line-height: 1.5em; } +article aside { + font-weight: lighter; + margin: 1em; +} + article section.footnotes { font-size: 0.9em; font-weight: lighter;