Fix styling

This commit is contained in:
Skylar Grant 2024-08-22 21:02:18 -04:00
parent 14e9a4b932
commit 6ac88305a6
1 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
<div class="controls-container bg-gray-800 p-6 rounded-lg shadow-lg space-y-4">
<table class="min-w-full bg-gray-900 text-white rounded-lg shadow-lg">
<thead>
<tr>
<tr class="border-b border-gray-700">
<th class="py-2 px-4 text-left text-purple-400">Element</th>
<th class="py-2 px-4 text-left text-purple-400">Status</th>
</tr>
@ -39,13 +39,13 @@
<td class="py-2 px-4">Exhaust</td>
<td class="py-2 px-4" id="exhaust-status">Placeholder</td>
</tr>
<tr>
<tr class="border-b border-gray-700">
<td class="py-2 px-4">Auger</td>
<td class="py-2 px-4" id="auger-status">Placeholder</td>
</tr>
<!-- PoF -->
<tr>
<td class="py-2 px-4">PoF</td>
<tr class="border-b border-gray-700">
<td class="py-2 px-4">Proof of Fire</td>
<td class="py-2 px-4" id="pof-status">Placeholder</td>
</tr>
<!-- Vacuum -->