Skip to content

Commit

Permalink
dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mudroljub committed Jan 28, 2025
1 parent c723520 commit 406ac25
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@
<title>Create 3D worlds</title>
<style>
body {
color: #333;
background: #fefefe;
background: #222;
}

a {
color: #333;
body, a {
color: limegreen;
}

h1, h2 {
color: darkolivegreen;
a {
text-decoration: none;
}

#forkongithub a {
Expand Down Expand Up @@ -98,7 +97,7 @@

<h1>Create 3D worlds</h1>

<h3>A library of reusable Three.js components that you can play with.</h3>
<p>A library of reusable Three.js components that you can play with.</p>

<p>Unlike other cool Three.js examples that you can just look at, here you can combine different elements and create new scenes. To begin with, you can replace any 3D model or character in these examples.</p>

Expand Down

0 comments on commit 406ac25

Please sign in to comment.