We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3b9a3 commit 2245c6fCopy full SHA for 2245c6f
index.html
@@ -65,9 +65,9 @@ <h1 class="text-3xl font-semibold mb-2">Bash Script Tools</h1>
65
<label class="block text-sm font-medium mb-2">Lint Output</label>
66
<div
67
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"
+ 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"
69
>
70
- <div class="text-xs text-zinc-500 font-mono">
+ <div class="text-xs text-zinc-300 font-mono">
71
Paste your script in the editor above then press the Lint button
72
</div>
73
0 commit comments