From 6722e34c15913407f11d9d6e36e86a0ea66f37c6 Mon Sep 17 00:00:00 2001 From: UJJWAL SRIVASTAVA <119431039+ujjwalsri1@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:03:22 +0530 Subject: [PATCH] Update index.html Changes Made: New Colors: Added light-bg and light-text colors to the Tailwind configuration. JavaScript Function: A toggleLightMode function was added to switch between dark and light modes. Button for Toggling: Added a button that calls the toggleLightMode function. --- index.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0790c43..8f14875 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,8 @@ 'amine-bg': '#090a24', 'amine-text': '#DCF2F1', 'amine-input': '#365486', + 'light-bg': '#ffffff', + 'light-text': '#000000', }, fontFamily: { 'custom': ['Poppins', 'sans-serif'], @@ -36,6 +38,18 @@ } } +
@@ -51,6 +65,9 @@

amine

+ Windows x64 @@ -60,7 +77,6 @@

amine

Request Feature
- Github