diff --git a/layouts/nav/post-nav.tsx b/layouts/nav/post-nav.tsx index 0e0a12c5..461e8795 100644 --- a/layouts/nav/post-nav.tsx +++ b/layouts/nav/post-nav.tsx @@ -42,13 +42,13 @@ function PostNav(props: Props) { } }, []) - useEffect(() => { - console.log(enterBodyBg) - document.body.style.backgroundColor = enterBodyBg - return () => { - document.body.style.backgroundColor = leaveBodyBg - } - }, [enterBodyBg]) + // useEffect(() => { + // console.log(enterBodyBg) + // document.body.style.backgroundColor = enterBodyBg + // return () => { + // document.body.style.backgroundColor = leaveBodyBg + // } + // }, [enterBodyBg]) return ( diff --git a/src/components/card.tsx b/src/components/card.tsx index 035e7241..01151004 100644 --- a/src/components/card.tsx +++ b/src/components/card.tsx @@ -9,7 +9,7 @@ export const Card = (props: BoxProps) => { borderRadius=".5rem" borderWidth="1px" p={[2,2,4,4]} - boxShadow="0 1px 1px 0 rgb(0 0 0 / 5%)" + // boxShadow="0 1px 1px 0 rgb(0 0 0 / 5%)" {...props} /> )