Skip to content

Commit 67dc200

Browse files
author
Michał Gryczka
committed
blog font increased, white backgroung
1 parent 6e4f6a0 commit 67dc200

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/blog/[slug].astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)