From 98f37fa94de031b0272adaa3fd75b008c44f362c Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 13:40:38 -0500 Subject: [PATCH] typo --- css/custom.css | 71 ++++++++++++-------------------------------------- 1 file changed, 16 insertions(+), 55 deletions(-) diff --git a/css/custom.css b/css/custom.css index c509b29..dab6f0f 100644 --- a/css/custom.css +++ b/css/custom.css @@ -3499,54 +3499,34 @@ header.main-header .header-sticky.active{ margin: 0 0 0.6em; } -.post-entry h1{ - font-size: 54px; -} +.post-entry h1 { font-size: var(--font-size-4xl); } -.post-entry h2{ - font-size: 44px; -} +.post-entry h2 { font-size: var(--font-size-3xl); } -.post-entry h3{ - font-size: 40px; -} +.post-entry h3 { font-size: var(--font-size-2xl); } -.post-entry h4{ - font-size: 30px; -} +.post-entry h4 { font-size: var(--font-size-xl); } -.post-entry h5{ - font-size: 24px; -} +.post-entry h5 { font-size: var(--font-size-lg); } -.post-entry h6{ - font-size: 18px; -} +.post-entry h6 { font-size: var(--font-size-base); } -.post-entry p{ +.post-entry p { margin-bottom: 20px; + font-size: var(--font-size-base); } .post-entry p:last-child{ margin-bottom: 0; } -.post-entry p strong{ - color: var(--primary-color); - font-size: 18px; - font-weight: 600; -} +.post-entry p strong { font-size: var(--font-size-lg); } .post-entry ol{ margin: 0 0 30px; } -.post-entry ol li{ - margin-bottom: 20px; - font-size: 18px; - font-weight: 600; - color: var(--text-color); -} +.post-entry ol li { font-size: var(--font-size-base); } .post-entry ul{ padding: 0; @@ -3554,13 +3534,7 @@ header.main-header .header-sticky.active{ padding-left: 20px; } -.post-entry ul li{ - font-size: 18px; - font-weight: 500; - color: var(--primary-color); - position: relative; - margin-bottom: 18px; -} +.post-entry ul li { font-size: var(--font-size-base); } .post-entry ul li:last-child{ margin-bottom: 0; @@ -3589,12 +3563,7 @@ header.main-header .header-sticky.active{ margin-bottom: 30px; } -.post-entry blockquote p{ - color: var(--primary-color); - font-size: 20px; - font-weight: 600; - line-height: 1.4em; -} +.post-entry blockquote p { font-size: var(--font-size-lg); } .post-entry blockquote p:last-child{ margin-bottom: 0; @@ -5333,17 +5302,11 @@ header.main-header .header-sticky.active{ margin-bottom: 20px; } - .post-entry blockquote p{ - font-size: 18px; - } + .post-entry blockquote p { font-size: var(--font-size-lg); } - .post-entry h2{ - font-size: 36px; - } + .post-entry h2 { font-size: var(--font-size-3xl); } - .post-entry ul li{ - font-size: 16px; - } + .post-entry ul li { font-size: var(--font-size-base); } .post-tag-links{ padding: 0 0px; @@ -5999,9 +5962,7 @@ header.main-header .header-sticky.active{ padding: 55px 20px 20px 20px; } - .post-entry h2{ - font-size: 28px; - } + .post-entry h2 { font-size: var(--font-size-3xl); } .tag-links{ font-size: 20px;