Skip to content

Commit ad20ab6

Browse files
committed
Remove italics from h2
1 parent 4f0a4da commit ad20ab6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/examples.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ h2 {
1717
color: #222244;
1818
}
1919

20-
h2 {
21-
font-style: italic;
22-
}
23-
2420
header {
2521
padding: 0.5rem 2rem 0.5rem 2rem;
2622
background: #f0f0f4;
@@ -38,4 +34,4 @@ main {
3834

3935
.hidden {
4036
display: none;
41-
}
37+
}

0 commit comments

Comments
 (0)