From e3261c782a78c2126934c4fc1955f91810e290ed Mon Sep 17 00:00:00 2001
From: Prince <150125481+Prince-GH@users.noreply.github.com>
Date: Mon, 2 Sep 2024 23:58:56 +0530
Subject: [PATCH 1/2] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 15ae585..501ab69 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
Brain Game
+ Decode.Me
From ccaae043c372aba768ac091be1693446c5de3294 Mon Sep 17 00:00:00 2001
From: Prince <150125481+Prince-GH@users.noreply.github.com>
Date: Tue, 3 Sep 2024 00:08:57 +0530
Subject: [PATCH 2/2] Update style.css
---
style.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/style.css b/style.css
index db0940f..1c39f86 100644
--- a/style.css
+++ b/style.css
@@ -7,6 +7,7 @@
box-sizing: border-box;
font-family: "Handjet", sans-serif;
font-weight:bold;
+ cursor:cell;
}
body {
@@ -34,6 +35,7 @@ body {
font-family: "Silkscreen", sans-serif;
font-weight: 700;
font-style: normal;
+ color: #576eb9;
}
}