소스 검색

Merge pull request #9 from odiffey/patch-1

Stopped setting body background color inline
Jonathan Graham 4 년 전
부모
커밋
6af52e2b8c
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;