From d6a8b95ecd3d6d2ffa41cd5258100555d0c37e7c Mon Sep 17 00:00:00 2001 From: David Blue Date: Sun, 25 Apr 2021 20:26:31 -0500 Subject: [PATCH] #54 ![Screenshot_2021-04-25 Test](https://user-images.githubusercontent.com/43663476/116017125-58831e00-a604-11eb-94b2-c7778c0aab1a.png) Updated look. MUCH better. --- Custom CSS.css | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/Custom CSS.css b/Custom CSS.css index 3aac1c62..37e88d1b 100644 --- a/Custom CSS.css +++ b/Custom CSS.css @@ -129,35 +129,50 @@ h2 { } h3 { + color: #1c0021 !important; font-family: proxima-nova-extra-condensed, sans-serif; font-weight: 600; font-size: 1.3em !important; } h4 { + color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-size: 1em !important; } h5 { + color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-size: 1em !important; } h6 { + color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-size: .85em !important; } code { - background-color:#f7ff85 !important; - border: 1px solid #00006b !important; - border-radius: 2px !important; - font-size: 0.75em !important; + /* background-color:#f7ff85 !important; */ + /* border: 1px solid #da2573 !important; + border-radius: 1px !important; */ + font-size: 0.85em !important; + color: #1c0021 !important; + font-family: proxima-nova-condensed, sans-serif; + font-weight: 400; + /* padding: 0px 0px 0px 0px !important; */ +} + +body #post pre, body#collection pre, body#post pre, body#subpage pre { + background: #FFFdeb; !important; + border: 1px solid #da2573 !important; + border-radius: 1px !important; + font-size: 0.85em !important; color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif; font-weight: 400; - padding: 0px 0px 0px 0px !important; + /* padding: 0px 0px 0px 0px !important; */ } .post-title a:visited,