diff --git a/03 - CSS Variables/index-FINISHED.html b/03 - CSS Variables/index-FINISHED.html
index 9401d7b339..c3217fc003 100644
--- a/03 - CSS Variables/index-FINISHED.html
+++ b/03 - CSS Variables/index-FINISHED.html
@@ -57,11 +57,6 @@
Update CSS Variables with JS
margin-bottom: 50px;
}
- a {
- color: var(--base);
- text-decoration: none;
- }
-
input {
width:100px;
}
diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html
index bf0f33e3ba..7171607a8b 100644
--- a/03 - CSS Variables/index-START.html
+++ b/03 - CSS Variables/index-START.html
@@ -42,11 +42,6 @@ Update CSS Variables with JS
margin-bottom: 50px;
}
- a {
- color: var(--base);
- text-decoration: none;
- }
-
input {
width:100px;
}