diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..6f47933 --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ + +# Gemini API Key (Obtenha em https://aistudio.google.com/) +API_KEY=sua_chave_aqui diff --git a/index.html b/index.html index fcbaaf2..75fa44a 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ +
@@ -15,7 +16,7 @@ font-family: 'Akzidenz Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #F8FAFC; /* Slate 50 */ } - /* Custom scrollbar for a cleaner look */ + /* Custom scrollbar */ ::-webkit-scrollbar { width: 8px; height: 8px; @@ -45,11 +46,11 @@ 200: '#fed7aa', 300: '#fdba74', 400: '#fb923c', - 500: '#f97316', // Orange-500 main accent + 500: '#f97316', 600: '#ea580c', }, secondary: { - 900: '#0f172a', // Dark slate for text + 900: '#0f172a', 800: '#1e293b', } }, @@ -65,17 +66,23 @@ + - \ No newline at end of file +