Skip to content

Commit 3e8ac1a

Browse files
committed
Minor tweaks, bump max chars from 100 -> 200
1 parent 3c20320 commit 3e8ac1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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">

0 commit comments

Comments
 (0)