Skip to content

Commit 656546b

Browse files
committed
Fix text
1 parent 323a360 commit 656546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 class="text-lg font-bold tracking-tight text-black sm:text-2xl md:text-4xl i
3737
<div class="w-full">
3838
<div class="w-full mb-4 md:border border-2 border-gray-200 rounded-lg bg-gray-50">
3939
<div class="px-4 py-2 bg-white rounded-lg relative overflow-hidden">
40-
<textarea id="start" name="start" class="peer flex w-full border-0 text-base md:text-sm placeholder:text-transparent focus:border-0 focus:ring-0 disabled:opacity-50 disabled:pointer-events-none p-2.5 outline-none min-h-[100px] h-[100px] sm:min-h-[200px] sm:h-[200px] focus:pt-6 focus:pb-2 [&:not(:placeholder-shown)]:pt-6 [&:not(:placeholder-shown)]:pb-2 autofill:pt-6 autofill:pb-2" placeholder="" data-clear="yes" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" inputmode="text"></textarea><label for="start" class="text-gray-500 absolute top-0 start-0 pt-4 pr-4 pl-[1.625rem] text-sm truncate pointer-events-none transition ease-in-out duration-100 border border-transparent origin-[0_0] peer-disabled:opacity-50 peer-disabled:pointer-events-none peer-focus:text-xs peer-focus:-translate-y-1.5 peer-focus:text-gray-500 peer-[:not(:placeholder-shown)]:text-xs peer-[:not(:placeholder-shown)]:-translate-y-1.5 peer-[:not(:placeholder-shown)]:text-gray-500 h-auto w-auto bg-[rgb(255_255_255_/_90%)] border-0 w-full"> Enter your CSS/HTML (e.g., dark:bg-black dark:text-white) here:</label>
40+
<textarea id="start" name="start" class="peer flex w-full border-0 text-base md:text-sm placeholder:text-transparent focus:border-0 focus:ring-0 disabled:opacity-50 disabled:pointer-events-none p-2.5 outline-none min-h-[100px] h-[100px] sm:min-h-[200px] sm:h-[200px] focus:pt-6 focus:pb-2 [&:not(:placeholder-shown)]:pt-6 [&:not(:placeholder-shown)]:pb-2 autofill:pt-6 autofill:pb-2" placeholder="" data-clear="yes" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" inputmode="text"></textarea><label for="start" class="text-gray-500 absolute top-0 start-0 pt-4 pr-4 pl-[1.625rem] text-sm truncate pointer-events-none transition ease-in-out duration-100 border border-transparent origin-[0_0] peer-disabled:opacity-50 peer-disabled:pointer-events-none peer-focus:text-xs peer-focus:-translate-y-1.5 peer-focus:text-gray-500 peer-[:not(:placeholder-shown)]:text-xs peer-[:not(:placeholder-shown)]:-translate-y-1.5 peer-[:not(:placeholder-shown)]:text-gray-500 h-auto w-auto bg-[rgb(255_255_255_/_90%)] border-0 w-full"> Paste your CSS/HTML (e.g., dark:bg-black dark:text-white) here:</label>
4141
</div>
4242
<div class="flex flex-col gap-[10px] px-3 py-2 border-t border-[#e5e7eb]">
4343
<div class="flex sm:grid sm:grid-cols-2 gap-[10px]">

0 commit comments

Comments
 (0)