page blogs title and head and list article & change footer hover mode

This commit is contained in:
Ehsan
2024-07-12 16:52:16 +03:30
parent c052e2d55e
commit 7b825e52c0
26 changed files with 263 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function RootLayout({ children }) {
return (
<html lang="fa" dir='rtl'>
<ThemeRegistry>
<body className='bg-[#F5F5F5]'>{children}</body>
<body className='bg-[#FAFAFA]'>{children}</body>
</ThemeRegistry>
</html>
);