Skip to content

Commit

Permalink
add what am I doing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomKnight287 committed Sep 12, 2023
1 parent 94c3657 commit 6e8770e
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 36 deletions.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
@tailwind utilities;

body {
@apply bg-[#1e1e1e] text-white;
@apply bg-[#111010] text-white;
}
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${inter.className} bg-[#1e1e1e] flex justify-center`}>
<body className={`${inter.className} bg-[#111010] flex justify-center`}>
{children}
</body>
</html>
Expand Down
Loading

0 comments on commit 6e8770e

Please sign in to comment.