about summary refs log tree commit diff stats
path: root/html/tower/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/tower/index.html')
-rw-r--r--html/tower/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/tower/index.html b/html/tower/index.html
index a5f1f79..0a4adc6 100644
--- a/html/tower/index.html
+++ b/html/tower/index.html
@@ -82,17 +82,17 @@
     <div class="game-container">
         <div class="tower-palette">
             <div class="tower-option" draggable="true" data-tower-type="BASIC">
-                <div class="tower-preview" style="background: #4a90e2;"></div>
+                <div class="tower-preview" style="background: #3498db;"></div>
                 <div class="tower-name">Basic</div>
                 <div class="tower-cost">$20</div>
             </div>
             <div class="tower-option" draggable="true" data-tower-type="SNIPER">
-                <div class="tower-preview" style="background: #9b59b6;"></div>
+                <div class="tower-preview" style="background: #8e44ad;"></div>
                 <div class="tower-name">Sniper</div>
                 <div class="tower-cost">$40</div>
             </div>
             <div class="tower-option" draggable="true" data-tower-type="RAPID">
-                <div class="tower-preview" style="background: #2ecc71;"></div>
+                <div class="tower-preview" style="background: #16a085;"></div>
                 <div class="tower-name">Rapid</div>
                 <div class="tower-cost">$35</div>
             </div>
@@ -102,7 +102,7 @@
                 <div class="tower-cost">$30</div>
             </div>
             <div class="tower-option" draggable="true" data-tower-type="AOE">
-                <div class="tower-preview" style="background: #e67e22;"></div>
+                <div class="tower-preview" style="background: #d35400;"></div>
                 <div class="tower-name">AOE</div>
                 <div class="tower-cost">$45</div>
             </div>