mirror of
https://github.com/ershisan99/vacancies-trends-front.git
synced 2025-12-16 05:09:24 +00:00
dark mode only
This commit is contained in:
@@ -7,7 +7,7 @@ export const links: LinksFunction = () => [{ rel: 'stylesheet', href: stylesheet
|
||||
|
||||
export function Layout({ children }: PropsWithChildren) {
|
||||
return (
|
||||
<html lang="en" className="antialiased dark:bg-gray-950 dark:text-slate-50 h-full">
|
||||
<html lang="en" className="antialiased dark:bg-gray-950 dark:text-slate-50 h-full dark">
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
@@ -3,6 +3,7 @@ import colors from 'tailwindcss/colors'
|
||||
import defaultTheme from 'tailwindcss/defaultTheme'
|
||||
|
||||
export default {
|
||||
darkMode: 'selector',
|
||||
content: [
|
||||
'./app/**/*.{js,jsx,ts,tsx}',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user