Skip to content

Commit 9f0575e

Browse files
committed
Style <strong> and <em>
1 parent 1319e7f commit 9f0575e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/sass/global.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ pre {
2626
line-height: 1.4em;
2727
}
2828

29+
strong {
30+
font-weight: bold;
31+
}
32+
33+
em {
34+
font-style: italic;
35+
}
36+
2937
.container {
3038
padding: 1rem;
3139
margin: 0 auto;

0 commit comments

Comments
 (0)