Changed navbar style
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
---
|
||||
import '../../assets/css/main.css'
|
||||
import BgParticles from '../components/BgParticles.astro'
|
||||
import BgGrid from '../components/BgGrid.astro'
|
||||
@@ -83,8 +83,8 @@ const websiteDomain = "alexcreates.fr"
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="h-screen relative bg-slate-950 text-white px-12 overflow-hidden">
|
||||
<Navbar floating />
|
||||
<body class="h-screen relative bg-background text-body px-12 overflow-hidden">
|
||||
<Navbar />
|
||||
|
||||
<slot />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user