diff --git a/public/radial.html b/public/radial.html
index 26aa032..7c7e31b 100644
--- a/public/radial.html
+++ b/public/radial.html
@@ -197,6 +197,22 @@
/* opacity: 0.2 */
}
+ #tree .trunk {
+ fill: brown;
+ }
+
+ #tree .branches {
+ fill: rgb(141, 202, 141);
+ stroke: green;
+ }
+
+ #bush {
+ fill: rgb(141, 202, 141);
+ stroke: green;
+ stroke-width: 0.5px;
+ transform: scale(0.9);
+ }
+
.select-elevation {
position: fixed;
right: 0;
@@ -260,7 +276,7 @@
-