From 9ca33256bcf12d83ec301e5e1e429faa47afcb82 Mon Sep 17 00:00:00 2001 From: Shreyaa173 Date: Tue, 28 May 2024 15:48:00 +0530 Subject: [PATCH 1/6] hover effect --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index f58e5199..1a05bbdc 100644 --- a/style.css +++ b/style.css @@ -400,6 +400,10 @@ body { font-size: 1.3rem; } +.app_download img:hover{ + transform: scale(1.1); +} + .btn a { text-decoration: none; color: brown; From e6b3cd13a4433854cd1751bd31e75d9f6a62edce Mon Sep 17 00:00:00 2001 From: Shreyaa173 Date: Tue, 28 May 2024 15:54:11 +0530 Subject: [PATCH 2/6] hover discord --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 1a05bbdc..9e6cba80 100644 --- a/style.css +++ b/style.css @@ -617,6 +617,11 @@ textarea { color: white; } +.fa-discord:hover { + background-color: #505050; + color: white; +} + #author { padding: 3px; border-radius: 3px; From 3e64d9a18d6edef6e9ef7bc238999c05f4c774f6 Mon Sep 17 00:00:00 2001 From: Shreyaa173 Date: Tue, 28 May 2024 16:02:57 +0530 Subject: [PATCH 3/6] hover effect --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9e6cba80..2e8ef406 100644 --- a/style.css +++ b/style.css @@ -618,8 +618,8 @@ textarea { } .fa-discord:hover { - background-color: #505050; - color: white; + background-color: #353535; + color: whitesmoke; } #author { From 73dacd7c1d8f6bf46ce0536e60f5a68d11bc80a9 Mon Sep 17 00:00:00 2001 From: Shreyaa173 Date: Tue, 28 May 2024 16:04:37 +0530 Subject: [PATCH 4/6] Revert "hover effect" This reverts commit 9ca33256bcf12d83ec301e5e1e429faa47afcb82. --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index 2e8ef406..186e64e0 100644 --- a/style.css +++ b/style.css @@ -400,10 +400,6 @@ body { font-size: 1.3rem; } -.app_download img:hover{ - transform: scale(1.1); -} - .btn a { text-decoration: none; color: brown; From 5942b68ff32bf086a597bfd40b34fb81953f6ca1 Mon Sep 17 00:00:00 2001 From: Shreyaa173 Date: Tue, 28 May 2024 16:05:27 +0530 Subject: [PATCH 5/6] Reapply "hover effect" This reverts commit 73dacd7c1d8f6bf46ce0536e60f5a68d11bc80a9. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 186e64e0..2e8ef406 100644 --- a/style.css +++ b/style.css @@ -400,6 +400,10 @@ body { font-size: 1.3rem; } +.app_download img:hover{ + transform: scale(1.1); +} + .btn a { text-decoration: none; color: brown; From 20f91d9f6ee91ad99402a150b6dae805c1c4cc22 Mon Sep 17 00:00:00 2001 From: Shreyaa173 Date: Tue, 28 May 2024 16:31:11 +0530 Subject: [PATCH 6/6] discord hover --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2e8ef406..cf71b492 100644 --- a/style.css +++ b/style.css @@ -619,7 +619,7 @@ textarea { .fa-discord:hover { background-color: #353535; - color: whitesmoke; + color: white; } #author {