From 6ce25d0efedc3061059e7f5adb3f6c2c4c0a71c7 Mon Sep 17 00:00:00 2001 From: Zakariya Mahmood Date: Tue, 10 Sep 2024 19:03:52 +0100 Subject: [PATCH 1/3] changed the title from red to blue --- styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index f4c6921..c7222b5 100644 --- a/styles/main.css +++ b/styles/main.css @@ -36,7 +36,7 @@ header { .title { display: flex; justify-content: center; - color: rgba(255, 21, 21); + color: rgb(21, 107, 255); animation: blinkingText 2s 5; font-size: 50px; background-color: black; From e35725eaa4b41f9500fe9409511836674a618dda Mon Sep 17 00:00:00 2001 From: Zakariya Mahmood Date: Tue, 10 Sep 2024 19:12:16 +0100 Subject: [PATCH 2/3] Changed back --- styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index c7222b5..f4c6921 100644 --- a/styles/main.css +++ b/styles/main.css @@ -36,7 +36,7 @@ header { .title { display: flex; justify-content: center; - color: rgb(21, 107, 255); + color: rgba(255, 21, 21); animation: blinkingText 2s 5; font-size: 50px; background-color: black; From 690ba6d99b864d9394b87d438adf11e801b9eafa Mon Sep 17 00:00:00 2001 From: Zakariya Mahmood Date: Tue, 10 Sep 2024 19:20:14 +0100 Subject: [PATCH 3/3] to purple --- styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index f4c6921..95051e1 100644 --- a/styles/main.css +++ b/styles/main.css @@ -36,7 +36,7 @@ header { .title { display: flex; justify-content: center; - color: rgba(255, 21, 21); + color: rgb(79, 21, 255); animation: blinkingText 2s 5; font-size: 50px; background-color: black;