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; }