diff --git a/dom.css b/dom.css index aabef65..a5a2b17 100644 --- a/dom.css +++ b/dom.css @@ -1,4 +1,8 @@ body{ - background-color: aliceblue; + background-color: #e6e6fa; color: #313642; +} + +p{ + color: #ee82ee; } \ No newline at end of file diff --git a/dom.js b/dom.js index 506cd4e..35887ab 100644 --- a/dom.js +++ b/dom.js @@ -8,6 +8,6 @@ } } } -window.addEventListener("load", function(e) { +document.addEventListener("load", function(e) { //読み込み完了したら(画像などは含まない) document.body.addEventListener("click", dblSize); }); \ No newline at end of file