diff --git a/apps/website/src/app/layout.tsx b/apps/website/src/app/layout.tsx
index 15fbc7fc7..0d4a52697 100644
--- a/apps/website/src/app/layout.tsx
+++ b/apps/website/src/app/layout.tsx
@@ -29,8 +29,8 @@ export default function RootLayout({ children }: { children: React.ReactNode })
+
-
{children}
diff --git a/apps/website/src/components/Navbar.tsx b/apps/website/src/components/Navbar.tsx
index 2a976b427..8fa833095 100644
--- a/apps/website/src/components/Navbar.tsx
+++ b/apps/website/src/components/Navbar.tsx
@@ -2,6 +2,7 @@
import {
Box,
+ Container,
Divider,
Drawer,
DrawerBody,
@@ -28,70 +29,76 @@ export default function Navbar() {
const { isOpen, onOpen, onClose } = useDisclosure()
return (
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
- }
- />
+
+
+
-
-
-
-
+ }
+ />
-
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
-
- Discord
-
-
-
+
+
-
-
-
-
- Give feedback about the website
-
-
-
+
+
+
+
+
+ Discord
+
+
+
-
- Copyright © 2023 Ethereum Foundation
-
-
-
-
-
+
+
+
+
+ Give feedback about the website
+
+
+
+
+
+ Copyright © 2023 Ethereum Foundation
+
+
+
+
+
+
+
)
}
diff --git a/apps/website/src/styles/styles.ts b/apps/website/src/styles/styles.ts
index a1d628d01..b1e5bc1eb 100644
--- a/apps/website/src/styles/styles.ts
+++ b/apps/website/src/styles/styles.ts
@@ -7,7 +7,7 @@ export const font = Outfit({ subsets: ["latin"] })
const styles: Styles = {
global: (): SystemStyleObject => ({
body: {
- bg: "#00020D",
+ bg: "darkBlueBg",
color: "white"
},
"body, #__next": {