File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 < script src ="js/tailwind-config.js "> </ script >
2424</ head >
2525
26- < body class ="bg-white dark:bg-black text-gray-900 dark:text-gray-100 p-6 sm:p-12 md:p-12 ">
26+ < body class ="bg-neutral-50 dark:bg-neutral-900 text-gray-900 dark:text-gray-100 p-6 sm:p-12 md:p-12 ">
2727 < div class ="max-w-2xl mx-auto space-y-8 fade-in ">
2828 < header >
2929 < div class ="flex items-center gap-4 sm:gap-6 mb-4 ">
@@ -70,7 +70,7 @@ <h2 class="text-xl sm:text-2xl font-semibold mb-5">Marcos's AI Assistant</h2>
7070
7171 < div class ="flex flex-col sm:flex-row gap-3 ">
7272 < input type ="text " id ="chatInput " placeholder ="Ask about experience, skills, or projects... "
73- maxlength ="100 "
73+ maxlength ="200 "
7474 class ="chat-input flex-1 px-4 py-2.5 text-sm sm:text-base border border-gray-300 dark:border-gray-700 rounded bg-white dark:bg-black text-gray-900 dark:text-gray-100 placeholder-gray-500 dark:placeholder-gray-500 focus:outline-none focus:ring-2 focus:ring-gray-900 dark:focus:ring-gray-100 " />
7575 < button id ="sendBtn "
7676 class ="px-6 py-2.5 text-sm sm:text-base font-medium bg-gray-900 dark:bg-gray-100 text-white dark:text-black rounded hover:bg-gray-800 dark:hover:bg-gray-200 disabled:opacity-50 disabled:cursor-not-allowed transition-colors whitespace-nowrap ">
You can’t perform that action at this time.
0 commit comments