Skip to content

Commit d0650f6

Browse files
authored
Merge pull request #14 from Xeven777/main
minor fixes
2 parents fecf52a + add9654 commit d0650f6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

public/opengraph.png

368 KB
Loading

src/layouts/BlogLayout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const { frontmatter } = Astro.props;
3030
</div>
3131

3232
<div
33-
class="mx-auto prose text-foreground/85 prose-headings:text-foreground prose-lg mt-6">
33+
class="mx-auto prose prose-strong:text-foreground text-foreground/85 prose-headings:text-foreground prose-lg mt-6">
3434
<slot />
3535
</div>
3636
<a href="/blogs/" class="border rounded-md px-4 py-3 mt-8 mx-auto"

src/styles/globals.css

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
body {
5757
@apply bg-background text-foreground selection:text-white selection:bg-primary;
5858
}
59+
strong {
60+
@apply text-foreground;
61+
}
5962
}
6063
::-webkit-scrollbar {
6164
width: 5px;

0 commit comments

Comments
 (0)