diff --git a/components/PostCard.tsx b/components/PostCard.tsx index af36eaf..8173ed8 100644 --- a/components/PostCard.tsx +++ b/components/PostCard.tsx @@ -18,8 +18,8 @@ const PostCard: FC = ({ post }) => { 'hover:bg-sky-100 hover:bg-opacity-50', // 'hover:bg-rua-gray-100 hover:bg-opacity-10', 'dark:hover:bg-rua-gray-800 dark:hover:bg-opacity-100', - 'flex items-center justify-between', - 'mb-4' + 'flex items-center justify-between text-gray-800 ', + 'mb-4 dark:text-gray-200' )} >
diff --git a/layouts/MDXLayout.tsx b/layouts/MDXLayout.tsx index 278569c..afe12f9 100644 --- a/layouts/MDXLayout.tsx +++ b/layouts/MDXLayout.tsx @@ -1,6 +1,6 @@ import { FC } from 'react'; import dynamic from 'next/dynamic'; -import { renderToString } from 'react-dom/server'; +// import { renderToString } from 'react-dom/server'; const Footer = dynamic(() => import('components/Footer')); const HeadBar = dynamic(() => import('components/NavBar')); diff --git a/pages/_document.tsx b/pages/_document.tsx index f79055c..cf51eda 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -2,12 +2,12 @@ import { Html, Head, Main, NextScript } from 'next/document'; export default function Document() { return ( - + diff --git a/pages/blog.tsx b/pages/blog.tsx index b98420a..50cb9e1 100644 --- a/pages/blog.tsx +++ b/pages/blog.tsx @@ -14,7 +14,7 @@ const Blog = ({ posts }: InferGetStaticPropsType) => {

Blog posts diff --git a/pages/index.tsx b/pages/index.tsx index ca0511e..38bf753 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -14,7 +14,7 @@ const Home: NextPageWithLayout = () => {
-
+

Hi there 👋, I'm Arthur.

I'm a Fron-end developer. Yes, that's mean

diff --git a/styles/rua.css b/styles/rua.css new file mode 100644 index 0000000..e69de29