Преглед изворни кода

Stopped setting body background color inline

Owen Diffey пре 4 година
родитељ
комит
8249e8286f
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/toasters.js

+ 0 - 2
src/toasters.js

@@ -1,5 +1,3 @@
-document.body.style.backgroundColor = "#eee";
-
 const container = document.getElementById("toasts-content");
 
 let incrementer = 0;