diff --git a/src/app/about/sections/knowledge/accordion.tsx b/src/app/about/sections/knowledge/accordion.tsx index d2f1a966..6557fb7b 100644 --- a/src/app/about/sections/knowledge/accordion.tsx +++ b/src/app/about/sections/knowledge/accordion.tsx @@ -33,7 +33,7 @@ export const AccordionTrigger = React.forwardRef( ) => ( diff --git a/src/app/about/sections/knowledge/index.tsx b/src/app/about/sections/knowledge/index.tsx index 63f60c09..92759f70 100644 --- a/src/app/about/sections/knowledge/index.tsx +++ b/src/app/about/sections/knowledge/index.tsx @@ -14,7 +14,7 @@ export function Knowledge() { return (
diff --git a/src/app/about/styles.css b/src/app/about/styles.css index 3e474e4b..73ffd927 100644 --- a/src/app/about/styles.css +++ b/src/app/about/styles.css @@ -5,7 +5,7 @@ } .contact-line { - @apply border-b border-neutral-200 py-4 last:border-none dark:border-neutral-900; + @apply border-b border-neutral-200 py-4 last:border-none dark:border-neutral-950; } .contact-line-title { diff --git a/src/app/blog/post/[slug]/components/top-button.tsx b/src/app/blog/post/[slug]/components/top-button.tsx index b58e753e..8c415f66 100644 --- a/src/app/blog/post/[slug]/components/top-button.tsx +++ b/src/app/blog/post/[slug]/components/top-button.tsx @@ -47,7 +47,7 @@ export function TopButton() { -
+
diff --git a/src/app/components/header/search.tsx b/src/app/components/header/search.tsx index 1bf0ea47..feccc5a2 100644 --- a/src/app/components/header/search.tsx +++ b/src/app/components/header/search.tsx @@ -9,7 +9,7 @@ export function Search() { return (