add bg gradient
This commit is contained in:
parent
6501607bb4
commit
2b964ce4b9
1 changed files with 22 additions and 17 deletions
|
@ -14,7 +14,12 @@ import Navbar from "../components/Navbar.astro";
|
||||||
|
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<body class="bg-ieee_blue">
|
<body class="bg-bg_primary relative">
|
||||||
|
<!-- Gradient overlay -->
|
||||||
|
<div
|
||||||
|
class="fixed top-0 left-0 w-full h-full bg-gradient-radial from-top_gradient/80 to-transparent pointer-events-none z-[-10]"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
<slot />
|
<slot />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue