localization, dark theme

This commit is contained in:
2025-11-11 08:26:25 +09:00
parent 68bbef35ee
commit 271f303757
8 changed files with 725 additions and 81 deletions

View File

@@ -3,6 +3,7 @@ import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import "./styles/themes.css";
import "./styles/comfort.css";
import { ReactNode } from "react";
import { LayoutWrapper } from "./components/LayoutWrapper";
import Providers from "./components/Providers";
@@ -70,7 +71,7 @@ export default function RootLayout({
/>
<link rel="manifest" href="/manifest.json?h=457941ffad3c027c946331c09a4d7d2f" />
<meta name="theme-color" content="#ffffff" />
<meta name="theme-color" content="#1a1a23" />
</head>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}