diff --git a/src/app/globals.css b/src/app/globals.css index 0c71ce7..1170e9e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -9,7 +9,7 @@ html, body { max-width: 100vw; overflow-x: hidden; - background-color: #14161c; + background-color: #000; color: #fff; } @@ -242,7 +242,6 @@ button[type="submit"] { /* Sections list */ .sections-container { gap: 180px; - background-color: #090e12; padding: 76px 116px; flex: 1; height: 100%; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 599f1b5..08636ca 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,11 +18,7 @@ export default function RootLayout({ return (
-