mirror of
https://github.com/ershisan99/vacancies-trends-front.git
synced 2025-12-16 12:34:06 +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) {
|
export function Layout({ children }: PropsWithChildren) {
|
||||||
return (
|
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>
|
<head>
|
||||||
<meta charSet="utf-8" />
|
<meta charSet="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import colors from 'tailwindcss/colors'
|
|||||||
import defaultTheme from 'tailwindcss/defaultTheme'
|
import defaultTheme from 'tailwindcss/defaultTheme'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
darkMode: 'selector',
|
||||||
content: [
|
content: [
|
||||||
'./app/**/*.{js,jsx,ts,tsx}',
|
'./app/**/*.{js,jsx,ts,tsx}',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user