From 70527d5969e7a7628ec59ce95334d7234c956797 Mon Sep 17 00:00:00 2001
From: Krutika Jichkar <93243210+krutikajichkar@users.noreply.github.com>
Date: Fri, 14 Jul 2023 23:06:20 +0530
Subject: [PATCH 1/2] fixed rules color in tic tac toe
---
src/Games/Tictactoe/tictactoe.css | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/Games/Tictactoe/tictactoe.css b/src/Games/Tictactoe/tictactoe.css
index e89f3a5c2..eb8373c29 100644
--- a/src/Games/Tictactoe/tictactoe.css
+++ b/src/Games/Tictactoe/tictactoe.css
@@ -11,6 +11,11 @@
text-align: center;
}
+ul li {
+ color: white;
+ font-size: 20px;
+}
+
.h2,
.h3,
.h4,
@@ -21,6 +26,7 @@
padding: 12px;
margin: 10px;
text-align: center;
+ cursor: pointer;
}
.text_color {
color: white;
@@ -101,12 +107,14 @@
.resetButton {
background-color: #4ba4eb;
+ border: none;
color: white;
font-size: 1.2em;
padding: 20px;
margin-top: 12px;
border-radius: 4px;
font-family: "Peralta", cursive;
+ cursor: pointer;
}
.gameOver {
From f9e6a2fc154dff9794a4bb42f6bc28af0d7f58e4 Mon Sep 17 00:00:00 2001
From: Krutika Jichkar <93243210+krutikajichkar@users.noreply.github.com>
Date: Mon, 7 Aug 2023 09:48:28 +0530
Subject: [PATCH 2/2] resolved conflicts
---
src/Games/Tictactoe/tictactoe.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Games/Tictactoe/tictactoe.js b/src/Games/Tictactoe/tictactoe.js
index 3fbdcce2e..e96053493 100644
--- a/src/Games/Tictactoe/tictactoe.js
+++ b/src/Games/Tictactoe/tictactoe.js
@@ -177,7 +177,7 @@ function Tictactoe() {
Rules:
+