Skip to content

Commit

Permalink
背景色を少し暗く
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Jan 3, 2024
1 parent 0eedde2 commit 48c58f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const main = () => {

// シーン
const scene = new THREE.Scene();
scene.background = new THREE.Color(0x38393b);
scene.background = new THREE.Color(0x2b2b2b);


// レンダラー
Expand Down
2 changes: 1 addition & 1 deletion app/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* {
margin: 0;
padding: 0;
background-color: #38393b;
background-color: #2b2b2b;
height: 100%;
}

Expand Down

0 comments on commit 48c58f2

Please sign in to comment.