From e2579401293a8212bf1fff07a11d181508b80999 Mon Sep 17 00:00:00 2001 From: M1000 Date: Sun, 24 Nov 2024 22:24:18 +0100 Subject: [PATCH] ref: remove comments and styles --- src/app/components/SessionProviderWrapper.tsx | 2 +- src/app/globals.css | 20 +------------------ 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/src/app/components/SessionProviderWrapper.tsx b/src/app/components/SessionProviderWrapper.tsx index cf07ceb..6871d9a 100644 --- a/src/app/components/SessionProviderWrapper.tsx +++ b/src/app/components/SessionProviderWrapper.tsx @@ -1,4 +1,4 @@ -"use client"; // Indique que ce composant est un Client Component +"use client"; import { SessionProvider } from "next-auth/react"; diff --git a/src/app/globals.css b/src/app/globals.css index 6b717ad..bd6213e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,21 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -:root { - --background: #ffffff; - --foreground: #171717; -} - -@media (prefers-color-scheme: dark) { - :root { - --background: #0a0a0a; - --foreground: #ededed; - } -} - -body { - color: var(--foreground); - background: var(--background); - font-family: Arial, Helvetica, sans-serif; -} +@tailwind utilities; \ No newline at end of file