Skip to content

Commit

Permalink
Updated messages, colors
Browse files Browse the repository at this point in the history
  • Loading branch information
derekShaheen committed Apr 7, 2024
1 parent a98d899 commit 1bb6f26
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
</a>
</div>
<div class="col mt-1">
<h5 class="--bs-secondary-color">Unity WickerREST</h5>
<h1 class="--bs-primary"></h1>
<h5 class="">Unity WickerREST</h5>
<h1 class="text-primary-emphasis"></h1>
</div>
</div>
<div class="row mt-2 mb-2">
Expand Down Expand Up @@ -102,9 +102,16 @@ <h5 id="connectionStatus" class="text-warning">Checking server connection...</h5
</div>
<div id="commands"></div>
<div class="console-container mt-2">
<h4 class="text-warning">Command Output</h4>
<div id="commandOutput" class="console-output p-1 bg-dark text-white border" style="height:250px">
<div class="resize-handle"></div>
<div class="row">
<div class="col">
<h4 class="text-warning">Command Output</h4>
</div>
<div class="col">
<div class="span text-primary-emphasis">Right click on the command buttons to view their descriptions.</div>
</div>
<div id="commandOutput" class="console-output p-1 bg-dark text-white border" style="height:250px">
<div class="resize-handle"></div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 1bb6f26

Please sign in to comment.