From 02b71dcb1c7d1880dbbf0af31d01d20a5fd799ea Mon Sep 17 00:00:00 2001 From: David Blue Date: Sun, 3 Oct 2021 15:00:01 -0500 Subject: [PATCH] Stilll... working on fucking #52 --- Custom CSS.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Custom CSS.css b/Custom CSS.css index ef7ff6b9..1c62172b 100644 --- a/Custom CSS.css +++ b/Custom CSS.css @@ -338,12 +338,18 @@ body#subpage article time.dt-published { font-weight: 700; } +sup { + vertical-align: auto !important; +} + .footnote { font-family: proxima-nova-condensed, sans-serif !important; - font-weight: 400; - /* margin-left:2.5px; */ + font-weight: 700; + /*vertical-align: sub !important; */ + margin: -7px 0px 0 0 !important; color: #da2573 !important; - font-size: 0.8em; + font-size: 0.7em; + line-height: 0.1em !important; text-decoration:underline #FF0000; }