Skip to content

Commit 44cd8bb

Browse files
committed
Fix strong weight for Heldane
1 parent 819c9da commit 44cd8bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/styles/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ code {
304304
color: var(--color-text-inline-code);
305305
}
306306

307+
strong {
308+
font-weight: 500;
309+
}
310+
307311
a {
308312
text-decoration-skip: ink;
309313
text-decoration-skip-ink: auto;

0 commit comments

Comments
 (0)