Skip to content

Commit ed4f830

Browse files
committed
i and em are italics, b and strong are bold
1 parent 655bd12 commit ed4f830

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scss/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ ul ul, ol ul {
9797
list-style-type: circle;
9898
}
9999

100-
em {
100+
em, i {
101101
font-style: italic;
102102
}
103103

104-
strong {
104+
strong, b {
105105
font-weight: 600;
106106
}
107107

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ ol ul, ul ol, ul ul, ol ol {
105105
ul ul, ol ul {
106106
list-style-type: circle; }
107107

108-
em {
108+
em, i {
109109
font-style: italic; }
110110

111-
strong {
111+
strong, b {
112112
font-weight: 600; }
113113

114114
img {

0 commit comments

Comments
 (0)