From 837fb5c601c12a34d9f56fd6567d23b00cb4aaeb Mon Sep 17 00:00:00 2001 From: Aayush Sharma Date: Sat, 2 Oct 2021 10:30:37 +0530 Subject: [PATCH 1/2] Added my name in Contributors.html --- Contributors.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.html b/Contributors.html index 0837511aa9..95b7aaa7f6 100644 --- a/Contributors.html +++ b/Contributors.html @@ -259,6 +259,7 @@

Contributors

Ansh Narula Akshat Katiyar Vivek Bhand + Aayush Sharma From f42db5080095543fc227ea0e3a1950fb9499cc60 Mon Sep 17 00:00:00 2001 From: Aayush Sharma Date: Sat, 2 Oct 2021 10:31:41 +0530 Subject: [PATCH 2/2] Made changes Changed text color to black --- css/contributors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contributors.css b/css/contributors.css index 295aa9fb19..332159cf16 100644 --- a/css/contributors.css +++ b/css/contributors.css @@ -4,7 +4,7 @@ --white: white; --black: rgb(39 41 52); --gray: #fafafa; - --text: #229383; + --text: black; --box: #feeef2; --box-hover: #fe0c43; --nav-color: white;