From b033868c1e1e20a0e1e55bc4efe28a2dce07a5dd Mon Sep 17 00:00:00 2001 From: nafreenanjum <142103582+nafreenanjum@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:10:19 +0530 Subject: [PATCH] change some text and color --- index.html | 12 +++++++++--- profile.css | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2f2d169..1e68ea4 100644 --- a/index.html +++ b/index.html @@ -56,12 +56,14 @@

Let's - Solve! + GO

- Double tap to start + Click here to start
+
+

TIME START NOW

0:00
@@ -71,6 +73,9 @@

Best Time!

+ + +
@@ -119,7 +124,7 @@

-

+
@@ -154,6 +159,7 @@

+ diff --git a/profile.css b/profile.css index a75e160..1b152dd 100644 --- a/profile.css +++ b/profile.css @@ -51,7 +51,7 @@ } .dropdown-content a:hover { - background-color: #f1f1f1; + background-color: #2f302d; } .profile-menu:hover .dropdown-content { @@ -87,8 +87,8 @@ #edit-profile-form button { padding: 10px 20px; background-color: #007bff; - color: white; + color: rgb(75, 231, 8); border: none; border-radius: 3px; cursor: pointer; -} \ No newline at end of file +}