Skip to content

Commit 8d19f99

Browse files
authored
Merge pull request #493 from amplication/style/blog-strong
feat:add style for bold text in the blog
2 parents aa0633b + 55bd3ca commit 8d19f99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@
185185
border-radius: 8px;
186186
}
187187

188+
.blog-content strong {
189+
font-weight: bold;
190+
}
191+
188192
.blog-content pre code.hljs {
189193
@apply bg-dark-black-80 my-8;
190194
}

0 commit comments

Comments
 (0)