autolink headings

This commit is contained in:
Felix Roos 2022-12-22 23:19:38 +01:00
parent 6a9e9ebc4c
commit 869a44dd04
6 changed files with 61 additions and 3 deletions

View file

@ -15,7 +15,7 @@ const { currentPage } = Astro.props as Props;
// const lang = getLanguageFromURL(currentPage);
---
<nav class="flex justify-between py-2 px-4 items-center h-25 bg-header" title="Top Navigation">
<nav class="flex justify-between py-2 px-4 items-center h-25 bg-[#161616]" title="Top Navigation">
<!-- <div class="menu-toggle">
<SidebarToggle client:idle />
</div> -->