fix: dark/light theme fixes

This commit is contained in:
iCrawl
2022-09-07 18:39:02 +02:00
parent d8e774138d
commit 8d07ea9a62
4 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import type { AppProps } from 'next/app';
import Head from 'next/head';
import NextProgress from 'next-progress';
import { ThemeProvider } from 'next-themes';
import '@unocss/reset/antfu.css';
import '@unocss/reset/tailwind.css';
import '../styles/unocss.css';
import '../styles/main.css';