Minor edits to howto because I typo'd and the spacing was weird on the setup steps.
This commit is contained in:
parent
d62d73af87
commit
b2651e6277
@ -2,9 +2,10 @@
|
|||||||
<summary class="justify-start">How To Use This Tracker</summary>
|
<summary class="justify-start">How To Use This Tracker</summary>
|
||||||
<hr class="mt-2 border-2 border-bluelight-dark rounded-xl" />
|
<hr class="mt-2 border-2 border-bluelight-dark rounded-xl" />
|
||||||
<div class="text-lg px-2">Setup</div>
|
<div class="text-lg px-2">Setup</div>
|
||||||
<ul class="flex flex-col space-y-1 px-4 list-decimal list-inside text-sm break-all">
|
<ul class="flex flex-col space-y-1 px-4 ml-4 list-decimal text-sm break-all">
|
||||||
<li>
|
<li>
|
||||||
Download the latest release at <a href="https://github.com/spaceglace/TunicTransitionTracker/releases" class="underline text-bluelight-link">https://github.com/spaceglace/TunicTransitionTracker/releases</a> for your OS.
|
Download the latest release at <a href="https://github.com/spaceglace/TunicTransitionTracker/releases"
|
||||||
|
class="underline text-bluelight-link">https://github.com/spaceglace/TunicTransitionTracker/releases</a> for your OS.
|
||||||
</li>
|
</li>
|
||||||
<li>Run the program you just downloaded.</li>
|
<li>Run the program you just downloaded.</li>
|
||||||
<li>
|
<li>
|
||||||
@ -36,7 +37,7 @@
|
|||||||
Click/tap "Summary" to look at all the totals for each area, which get color coded depending on what you still need.
|
Click/tap "Summary" to look at all the totals for each area, which get color coded depending on what you still need.
|
||||||
<ul class="flex flex-col p-2 text-sm leading-loose">
|
<ul class="flex flex-col p-2 text-sm leading-loose">
|
||||||
<li>
|
<li>
|
||||||
<span class="p-1 rounded-md bg-gradient-to-tl shadow-sm shadow-[#242424] from-highlight-undiscovered-light to-highlight-undiscovered-dark text-highlight-undiscovered-text">Gray</span>: You haven't discoverd this area
|
<span class="p-1 rounded-md bg-gradient-to-tl shadow-sm shadow-[#242424] from-highlight-undiscovered-light to-highlight-undiscovered-dark text-highlight-undiscovered-text">Gray</span>: You haven't discovered this area
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="p-1 rounded-md bg-gradient-to-tl shadow-sm shadow-[#242424] from-highlight-both-light to-highlight-both-dark text-highlight-both-text">Green</span>: You know where this is, and there are entrances and checks still left
|
<span class="p-1 rounded-md bg-gradient-to-tl shadow-sm shadow-[#242424] from-highlight-both-light to-highlight-both-dark text-highlight-both-text">Green</span>: You know where this is, and there are entrances and checks still left
|
||||||
|
Loading…
Reference in New Issue
Block a user