This commit is contained in:
2026-03-17 13:40:38 -05:00
parent edece9106f
commit 98f37fa94d

View File

@@ -3499,54 +3499,34 @@ header.main-header .header-sticky.active{
margin: 0 0 0.6em; margin: 0 0 0.6em;
} }
.post-entry h1{ .post-entry h1 { font-size: var(--font-size-4xl); }
font-size: 54px;
}
.post-entry h2{ .post-entry h2 { font-size: var(--font-size-3xl); }
font-size: 44px;
}
.post-entry h3{ .post-entry h3 { font-size: var(--font-size-2xl); }
font-size: 40px;
}
.post-entry h4{ .post-entry h4 { font-size: var(--font-size-xl); }
font-size: 30px;
}
.post-entry h5{ .post-entry h5 { font-size: var(--font-size-lg); }
font-size: 24px;
}
.post-entry h6{ .post-entry h6 { font-size: var(--font-size-base); }
font-size: 18px;
}
.post-entry p{ .post-entry p {
margin-bottom: 20px; margin-bottom: 20px;
font-size: var(--font-size-base);
} }
.post-entry p:last-child{ .post-entry p:last-child{
margin-bottom: 0; margin-bottom: 0;
} }
.post-entry p strong{ .post-entry p strong { font-size: var(--font-size-lg); }
color: var(--primary-color);
font-size: 18px;
font-weight: 600;
}
.post-entry ol{ .post-entry ol{
margin: 0 0 30px; margin: 0 0 30px;
} }
.post-entry ol li{ .post-entry ol li { font-size: var(--font-size-base); }
margin-bottom: 20px;
font-size: 18px;
font-weight: 600;
color: var(--text-color);
}
.post-entry ul{ .post-entry ul{
padding: 0; padding: 0;
@@ -3554,13 +3534,7 @@ header.main-header .header-sticky.active{
padding-left: 20px; padding-left: 20px;
} }
.post-entry ul li{ .post-entry ul li { font-size: var(--font-size-base); }
font-size: 18px;
font-weight: 500;
color: var(--primary-color);
position: relative;
margin-bottom: 18px;
}
.post-entry ul li:last-child{ .post-entry ul li:last-child{
margin-bottom: 0; margin-bottom: 0;
@@ -3589,12 +3563,7 @@ header.main-header .header-sticky.active{
margin-bottom: 30px; margin-bottom: 30px;
} }
.post-entry blockquote p{ .post-entry blockquote p { font-size: var(--font-size-lg); }
color: var(--primary-color);
font-size: 20px;
font-weight: 600;
line-height: 1.4em;
}
.post-entry blockquote p:last-child{ .post-entry blockquote p:last-child{
margin-bottom: 0; margin-bottom: 0;
@@ -5333,17 +5302,11 @@ header.main-header .header-sticky.active{
margin-bottom: 20px; margin-bottom: 20px;
} }
.post-entry blockquote p{ .post-entry blockquote p { font-size: var(--font-size-lg); }
font-size: 18px;
}
.post-entry h2{ .post-entry h2 { font-size: var(--font-size-3xl); }
font-size: 36px;
}
.post-entry ul li{ .post-entry ul li { font-size: var(--font-size-base); }
font-size: 16px;
}
.post-tag-links{ .post-tag-links{
padding: 0 0px; padding: 0 0px;
@@ -5999,9 +5962,7 @@ header.main-header .header-sticky.active{
padding: 55px 20px 20px 20px; padding: 55px 20px 20px 20px;
} }
.post-entry h2{ .post-entry h2 { font-size: var(--font-size-3xl); }
font-size: 28px;
}
.tag-links{ .tag-links{
font-size: 20px; font-size: 20px;