8000 <strong> should be bold. · erickt/blog.rust-lang.org@00567aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 00567aa

Browse files
committed
<strong> should be bold.
1 parent b7ed6a2 commit 00567aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_sass/_base.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,10 @@ pre {
201201
}
202202
}
203203
}
204+
205+
/**
206+
* Text styling
207+
*/
208+
strong, b {
209+
font-weight: bold;
210+
}

0 commit comments

Comments
 (0)
0