radames commited on
Commit
1cfaf7e
β€’
1 Parent(s): 4665ae6
Files changed (1) hide show
  1. frontend/src/routes/+page.svelte +1 -1
frontend/src/routes/+page.svelte CHANGED
@@ -212,7 +212,7 @@
212
  @apply text-xs underline font-bold hover:no-underline hover:text-gray-500 visited:text-gray-500;
213
  }
214
  .input {
215
- @apply text-sm disabled:opacity-50 col-span-4 md:col-span-5 italic dark:placeholder:text-black placeholder:text-white text-white dark:text-black placeholder:text-opacity-40 dark:bg-white bg-slate-900 border-2 border-black rounded-2xl px-2 shadow-sm focus:outline-none focus:border-gray-400 focus:ring-1;
216
  }
217
  .button {
218
  @apply disabled:opacity-50 col-span-2 md:col-span-1 dark:bg-white dark:text-black border-2 border-black rounded-2xl ml-2 px-2 py-2 text-xs shadow-sm font-bold focus:outline-none focus:border-gray-400;
 
212
  @apply text-xs underline font-bold hover:no-underline hover:text-gray-500 visited:text-gray-500;
213
  }
214
  .input {
215
+ @apply text-sm disabled:opacity-50 col-span-4 md:col-span-5 italic dark:placeholder:text-black placeholder:text-white text-white dark:text-black placeholder:text-opacity-30 dark:placeholder:text-opacity-10 dark:bg-white bg-slate-900 border-2 border-black rounded-2xl px-2 shadow-sm focus:outline-none focus:border-gray-400 focus:ring-1;
216
  }
217
  .button {
218
  @apply disabled:opacity-50 col-span-2 md:col-span-1 dark:bg-white dark:text-black border-2 border-black rounded-2xl ml-2 px-2 py-2 text-xs shadow-sm font-bold focus:outline-none focus:border-gray-400;