-
+
+
A Symphony of Modern Tech
-
+
Carefully orchestrated stack of{" "}
cutting-edge technologies
@@ -78,7 +78,7 @@ export default function HomePage() {
, working in perfect harmony to deliver an exceptional development
experience.
-
+
End-to-end Type Safety
diff --git a/apps/web/src/app/global.css b/apps/web/src/app/global.css
index 1e81c16..c13b782 100644
--- a/apps/web/src/app/global.css
+++ b/apps/web/src/app/global.css
@@ -65,3 +65,24 @@
background-position: 200% 50%;
}
}
+
+/* custom scrollbar */
+::-webkit-scrollbar {
+ width: 8px;
+}
+
+::-webkit-scrollbar-track {
+ background: rgba(16, 0, 16, 0.493);
+ border-radius: 4px;
+}
+
+::-webkit-scrollbar-thumb {
+ background: linear-gradient(45deg, #666, #888);
+ border-radius: 4px;
+ border: 2px solid #1a1a1a;
+ transition: background 0.3s ease;
+}
+
+::-webkit-scrollbar-thumb:hover {
+ background: linear-gradient(45deg, #888, #aaa);
+}
+
Carefully orchestrated stack of{" "} cutting-edge technologies @@ -78,7 +78,7 @@ export default function HomePage() { , working in perfect harmony to deliver an exceptional development experience.
-
+
End-to-end Type Safety
diff --git a/apps/web/src/app/global.css b/apps/web/src/app/global.css
index 1e81c16..c13b782 100644
--- a/apps/web/src/app/global.css
+++ b/apps/web/src/app/global.css
@@ -65,3 +65,24 @@
background-position: 200% 50%;
}
}
+
+/* custom scrollbar */
+::-webkit-scrollbar {
+ width: 8px;
+}
+
+::-webkit-scrollbar-track {
+ background: rgba(16, 0, 16, 0.493);
+ border-radius: 4px;
+}
+
+::-webkit-scrollbar-thumb {
+ background: linear-gradient(45deg, #666, #888);
+ border-radius: 4px;
+ border: 2px solid #1a1a1a;
+ transition: background 0.3s ease;
+}
+
+::-webkit-scrollbar-thumb:hover {
+ background: linear-gradient(45deg, #888, #aaa);
+}