Skip to content

Commit 9892278

Browse files
committed
Add default style to the <em/> and <code/> tags in order to distinguish them from regular text.
1 parent 5d70a4b commit 9892278

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css/default.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
margin: 0;
1111
}
1212

13+
em {
14+
font-style: italic;
15+
}
16+
17+
code {
18+
font-family: courier;
19+
}
20+
1321
article, header, section, footer {
1422
display: block;
1523
}

0 commit comments

Comments
 (0)