mirror of
https://github.com/ershisan99/vacancies-trends-front.git
synced 2025-12-16 20:59:25 +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" />
|
||||
|
||||
Reference in New Issue
Block a user