mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add dark theme
This commit is contained in:
parent
1588039542
commit
3e72866a08
22 changed files with 314 additions and 162 deletions
|
@ -12,7 +12,7 @@ export const App = (props) => {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<body className={`${inter.className} overflow-x-hidden`}>
|
||||
<body className={`${inter.className} overflow-x-hidden dark:bg-[#0d1117] dark:text-white`}>
|
||||
<Navbar />
|
||||
{props.children}
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue