diff --git a/app/globals.css b/app/globals.css index 875c01e..250e5bf 100644 --- a/app/globals.css +++ b/app/globals.css @@ -3,27 +3,20 @@ @tailwind utilities; :root { - --foreground-rgb: 0, 0, 0; - --background-start-rgb: 214, 219, 220; - --background-end-rgb: 255, 255, 255; + --foreground-rgb: 12, 10, 9; + --background-rgb: 231, 229, 228; } @media (prefers-color-scheme: dark) { :root { - --foreground-rgb: 255, 255, 255; - --background-start-rgb: 0, 0, 0; - --background-end-rgb: 0, 0, 0; + --foreground-rgb: 231, 229, 228; + --background-rgb: 12, 10, 9; } } body { color: rgb(var(--foreground-rgb)); - background: linear-gradient( - to bottom, - transparent, - rgb(var(--background-end-rgb)) - ) - rgb(var(--background-start-rgb)); + background: rgb(var(--background-rgb)); } @layer utilities { diff --git a/app/page.tsx b/app/page.tsx index ac99f0c..b5c489b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -100,7 +100,7 @@ function Hero() { return (
- {heading}: {description} +
+ {heading}: + {description}
); } @@ -143,21 +144,21 @@ export default function Home() {- Bachelor of Science in Engineering, Computer Science -
-Bachelor of Science in Engineering, Computer Science
+University of Michigan, Ann Arbor
Aug 2020 - Apr 2024
Minors in Business Administration, Mathematics
++ Minors in Business Administration, Mathematics +