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.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/tower/index.html b/html/tower/index.html
index 4de010c..10316b7 100644
--- a/html/tower/index.html
+++ b/html/tower/index.html
@@ -60,18 +60,18 @@
             flex-direction: column;
             align-items: flex-start;
             gap: 2px;
+            font-family: sans-serif;
         }
         .tower-name {
-            font-size: 12px;
-            font-weight: bold;
+            font-size: 16px;
         }
         .tower-cost {
-            font-size: 10px;
-            color: #666;
+            font-size: 12px;
+            color: #000000;
         }
         .tower-ammo {
-            font-size: 10px;
-            color: #666;
+            font-size: 12px;
+            color: #000000;
         }
         .start-button {
             margin-top: 20px;
@@ -96,7 +96,7 @@
 <body>
     <div class="game-container">
         <div class="tower-palette">
-            <!-- Tower options will be populated dynamically -->
+            <!-- Tower options populated dynamically -->
         </div>
         <canvas id="gameCanvas" width="600" height="600"></canvas>
     </div>