From 208847d37181e00c6462fb10eb5fa54742b61234 Mon Sep 17 00:00:00 2001 From: Kris McGinnes Date: Sat, 10 Feb 2024 17:13:06 -0600 Subject: [PATCH] Adjust fonts --- src/app/page.tsx | 8 ++++---- src/styles/globals.css | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1990197..744a3f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function HomePage() {
-
+

Since the start of my career in 2007, I have had the privilege to work with large and small companies all aiming to{" "} @@ -59,7 +59,7 @@ export default function HomePage() {

Get in Touch

-
    +
    • @@ -485,7 +485,7 @@ function ExperienceBox({
      -
      +
      {children}
      diff --git a/src/styles/globals.css b/src/styles/globals.css index da23553..5138abc 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -13,7 +13,7 @@ h4, h5, h6 { - @apply text-balance; + @apply text-emphasis text-balance; } body { @@ -65,11 +65,11 @@ } .text-emphasis { - @apply text-black dark:text-white; + @apply text-gray-950 dark:text-gray-50; } .text-body { - @apply text-gray-950 dark:text-gray-50; + @apply text-gray-900 dark:text-gray-100; } .text-secondary {