Skip to content

Commit e12efbc

Browse files
committed
fix(theme): wrong color on code block in the file upload area
- Changed the background color of the code block in index.html This improves the readability of the output and cleans up the CSS.
1 parent 4817147 commit e12efbc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2 class="text-xl font-semibold mb-4 text-gray-700 dark:text-gray-200 text-cent
5757
<div class="mb-4">
5858
<p class="text-xs text-red-600 dark:text-orange-300 mb-2 text-center">
5959
<i class="fas fa-exclamation-circle mr-1"></i>
60-
Pipe the output with <code class="text-white">jq -s .</code> to fix broken JSON.
60+
Pipe the output with <code class="bg-gray-200 dark:text-white dark:bg-gray-600">jq -s .</code> to fix broken JSON.
6161
See <a href="https://github.com/trufflesecurity/trufflehog/issues/2164" target="_blank"
6262
class="text-blue-600 dark:text-blue-400 hover:underline">#2164</a> for more.
6363
</p>

src/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
[x-cloak] {
1010
display: none !important;
1111
}
12-

0 commit comments

Comments
 (0)