We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fecf52a + add9654 commit d0650f6Copy full SHA for d0650f6
public/opengraph.png
368 KB
src/layouts/BlogLayout.astro
@@ -30,7 +30,7 @@ const { frontmatter } = Astro.props;
30
</div>
31
32
<div
33
- class="mx-auto prose text-foreground/85 prose-headings:text-foreground prose-lg mt-6">
+ class="mx-auto prose prose-strong:text-foreground text-foreground/85 prose-headings:text-foreground prose-lg mt-6">
34
<slot />
35
36
<a href="/blogs/" class="border rounded-md px-4 py-3 mt-8 mx-auto"
src/styles/globals.css
@@ -56,6 +56,9 @@
56
body {
57
@apply bg-background text-foreground selection:text-white selection:bg-primary;
58
}
59
+ strong {
60
+ @apply text-foreground;
61
+ }
62
63
::-webkit-scrollbar {
64
width: 5px;
0 commit comments