diff --git a/app/globals.css b/app/globals.css index 809a753..7d89e43 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); @import 'tailwindcss'; -@plugin "@tailwindcss/typography"; @import 'tw-animate-css'; + @custom-variant dark (&:is(.dark *)); @theme { diff --git a/app/page.tsx b/app/page.tsx index 2ca07ab..b4979a3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,10 +1,14 @@ import SignIn from "@/components/login/sign-in"; import Image from "next/image"; + + export default async function Home() { return (
- {bounty.description.replace(/[#*`_]/g, '') /* Simple stripped markdown preview */} -
- -+ {bounty.description.replace(/[#*`_]/g, '') /* Simple stripped markdown preview */} +
+ +