diff --git a/03 - CSS Variables/index-FINISHED.html b/03 - CSS Variables/index-FINISHED.html
index 848a0f95f9..c931959a74 100644
--- a/03 - CSS Variables/index-FINISHED.html
+++ b/03 - CSS Variables/index-FINISHED.html
@@ -43,9 +43,6 @@
Update CSS Variables with JS
body {
text-align: center;
- }
-
- body {
background: #193549;
color: white;
font-family: 'helvetica neue', sans-serif;
diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html
index ca2b59d077..8a4f0d556e 100644
--- a/03 - CSS Variables/index-START.html
+++ b/03 - CSS Variables/index-START.html
@@ -28,9 +28,6 @@ Update CSS Variables with JS
body {
text-align: center;
- }
-
- body {
background: #193549;
color: white;
font-family: 'helvetica neue', sans-serif;