Skip to content

Commit 2245c6f

Browse files
committed
Adjust output text color
1 parent 2d3b9a3 commit 2245c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h1 class="text-3xl font-semibold mb-2">Bash Script Tools</h1>
6565
<label class="block text-sm font-medium mb-2">Lint Output</label>
6666
<div
6767
id="output-box"
68-
class="w-full min-h-[200px] px-4 py-3 bg-black text-zinc-100 border border-zinc-800 rounded-lg overflow-auto text-xs"
68+
class="w-full min-h-[200px] px-4 py-3 bg-black text-zinc-300 border border-zinc-800 rounded-lg overflow-auto text-xs"
6969
>
70-
<div class="text-xs text-zinc-500 font-mono">
70+
<div class="text-xs text-zinc-300 font-mono">
7171
Paste your script in the editor above then press the Lint button
7272
</div>
7373
</div>

0 commit comments

Comments
 (0)