summaryrefslogtreecommitdiff
path: root/rectangles.html
diff options
context:
space:
mode:
Diffstat (limited to 'rectangles.html')
-rw-r--r--rectangles.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/rectangles.html b/rectangles.html
index 8050133..370e913 100644
--- a/rectangles.html
+++ b/rectangles.html
@@ -23,7 +23,7 @@ body > div {
.back { background-color: #fff; }
.left { background-color: #fff; }
.right { background-color: #fff; }
-.floor { background-color: #fff; }
+.floor { background-color: #ffe; }
.ceiling { background-color: rgba(230,230,255,0.3); }
@@ -55,9 +55,10 @@ body > div {
<select id="palette">
<option>colors</option>
<option>redblue</option>
- <option>gray</option>
+ <option selected>gray</option>
<option>alpha</option>
- <option selected>white</option>
+ <option>white</option>
+ <option>black</option>
</select>
<div id="intersects"></div>
</div>