Add background gradient to body for improved visual appeal

This commit is contained in:
2025-10-31 22:53:52 +00:00
parent 5130cb9412
commit be7d652c3a
+1 -1
View File
@@ -12,7 +12,7 @@ import Header from "@components/Header.astro";
<title>Asis Ferrer Porfolio</title>
</head>
<Header />
<body class="antialiased">
<body class="antialiased bg-gradient-to-b from-[#111827] via-[#111827] to-[#1f2937]">
<slot />
</body>
</html>