From c5ff53043f687abf6a29c422c001db8047929555 Mon Sep 17 00:00:00 2001
From: Parth Parmar <84669955+Code-Parth@users.noreply.github.com>
Date: Thu, 30 Nov 2023 21:41:15 +0530
Subject: [PATCH 1/4] Create devcontainer.json
---
.devcontainer/devcontainer.json | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 .devcontainer/devcontainer.json
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 00000000..ad93c14a
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,5 @@
+{
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "features": {
+ }
+}
From a450d7751834bcb73e419c4d9fd078fa4d96cefb Mon Sep 17 00:00:00 2001
From: Parth Parmar <84669955+Code-Parth@users.noreply.github.com>
Date: Thu, 30 Nov 2023 21:42:03 +0530
Subject: [PATCH 2/4] Delete .devcontainer/devcontainer.json
---
.devcontainer/devcontainer.json | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 .devcontainer/devcontainer.json
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
deleted file mode 100644
index ad93c14a..00000000
--- a/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "image": "mcr.microsoft.com/devcontainers/universal:2",
- "features": {
- }
-}
From 4611788702283e98a86b758afabb2e4451f87d9e Mon Sep 17 00:00:00 2001
From: Parth Parmar <84669955+Code-Parth@users.noreply.github.com>
Date: Thu, 30 Nov 2023 16:29:47 +0000
Subject: [PATCH 3/4] Fix ui
---
app/globals.css | 38 ++++++++++++++++++++++++++++++++++++++
components/contact.tsx | 4 ++--
components/intro.tsx | 3 ++-
3 files changed, 42 insertions(+), 3 deletions(-)
diff --git a/app/globals.css b/app/globals.css
index 95827716..fe170b74 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -13,3 +13,41 @@ html.dark {
.borderBlack {
@apply border border-black/10;
}
+
+/* Create Custom Scrollbar */
+/* Firefox */
+* {
+ scrollbar-width: thin;
+ scrollbar-color: #222831 #222831;
+}
+
+/* Chrome, Edge and Safari */
+*::-webkit-scrollbar {
+ width: 10px;
+ width: 10px;
+}
+
+*::-webkit-scrollbar-track {
+ background-color: #ffffff00;
+}
+
+*::-webkit-scrollbar-track:hover {
+ background-color: #ffffff00;
+}
+
+*::-webkit-scrollbar-track:active {
+ background-color: #ffffff00;
+}
+
+*::-webkit-scrollbar-thumb {
+ border-radius: 5px;
+ background-color: #ffffff4f;
+}
+
+*::-webkit-scrollbar-thumb:hover {
+ background-color: #ffffffbb;
+}
+
+*::-webkit-scrollbar-thumb:active {
+ background-color: #ffffff;
+}
\ No newline at end of file
diff --git a/components/contact.tsx b/components/contact.tsx
index a85b2be1..3b91da7e 100644
--- a/components/contact.tsx
+++ b/components/contact.tsx
@@ -53,7 +53,7 @@ export default function Contact() {
}}
>