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;
}
.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;