From 78be0209aedba8329b70bff249ae838f20534da2 Mon Sep 17 00:00:00 2001
From: Triston Armstrong
Date: Mon, 1 Jan 2024 01:13:10 -0600
Subject: [PATCH] update styles
---
pages/index.tsx | 2 +-
pages/playground/index.tsx | 24 ++++++++++++------------
styles/global.css | 13 -------------
3 files changed, 13 insertions(+), 26 deletions(-)
diff --git a/pages/index.tsx b/pages/index.tsx
index 2a4334f..6d28fb6 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -17,7 +17,7 @@ export default function Landing({ jobs, skills, projects }: LandingProps) {
return (
-
+
diff --git a/pages/playground/index.tsx b/pages/playground/index.tsx
index 861442b..40cdf80 100644
--- a/pages/playground/index.tsx
+++ b/pages/playground/index.tsx
@@ -7,18 +7,18 @@ export default function Home() {
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/styles/global.css b/styles/global.css
index abf4c7e..6a010c6 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -11,23 +11,10 @@
}
-.parent>* {
- border-radius: 16px;
- box-shadow: -10px 16px 25px #0004;
-}
@layer components {
-
- :root {
- /* LOGO Theme colors */
- --rich-black: #071425ff;
- --air-force-blue: #6f8fa5ff;
- --light-blue: #a5c6cdff;
- --white: #ffffffff;
- }
-
.nav-bar {
@apply px-5 py-2 bg-slate-500 bg-opacity-20 flex flex-col;
}