Skip to content

Commit ad48fac

Browse files
authored
Merge pull request wesbos#127 from AriLFrankel/master
typo fix in 03 - CSS variables
2 parents c10b9e2 + 0347464 commit ad48fac

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

03 - CSS Variables/index-FINISHED.html

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
4343

4444
body {
4545
text-align: center;
46-
}
47-
48-
body {
4946
background: #193549;
5047
color: white;
5148
font-family: 'helvetica neue', sans-serif;

03 - CSS Variables/index-START.html

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
2828

2929
body {
3030
text-align: center;
31-
}
32-
33-
body {
3431
background: #193549;
3532
color: white;
3633
font-family: 'helvetica neue', sans-serif;

0 commit comments

Comments
 (0)