Skip to content

Commit

Permalink
Use non-white, visible color for /me footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Xevion committed Feb 1, 2023
1 parent 3e8e512 commit cf1e60e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ const MeView: NextPage<{ json: string }> = ({ json }) => {
<title>{ogp.title}</title>
<OpenGraph properties={ogp} />
</Head>
<RootLayout background="bg-zinc-100" innerClassName="justify-center py-8 md:py-20">
<RootLayout
background="bg-zinc-100"
footerClass="text-zinc-800"
innerClassName="justify-center py-8 md:py-20"
>
<div className="w-[90%] max-w-[40rem]">
<div className="overflow-hidden bg-white shadow sm:rounded-lg my-4">
<div className="px-4 pt-4 border-b border-gray-200 shadow z-10 relative">
Expand Down

0 comments on commit cf1e60e

Please sign in to comment.