Add background gradient to body for improved visual appeal
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user