File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ const hasCaseStudy =
175175
176176 #blog-post-page {
177177 padding-top: var(--nav-height);
178- background-color: var(--surface-frame-bg) ;
178+ background-color: white ;
179179 position: relative;
180180 min-height: 100vh;
181181 overflow: unset;
@@ -230,7 +230,7 @@ const hasCaseStudy =
230230 }
231231
232232 p {
233- font-size: calc(0.9rem * var(--font-scale-factor));
233+ font-size: calc(1.1rem * var(--font-scale-factor));
234234 line-height: 1.5;
235235 color: var(--text-body-primary);
236236 margin: 0 0 1rem;
@@ -341,7 +341,7 @@ const hasCaseStudy =
341341 line-height: 1.6;
342342 font-weight: 300;
343343 color: var(--text-body-primary);
344- font-size: calc(1rem * var(--font-scale-factor));
344+ font-size: calc(1.2rem * var(--font-scale-factor));
345345 }
346346
347347 :global(ul),
You can’t perform that action at this time.
0 commit comments