style: increase background blur in navbar

This commit is contained in:
Youwen Wu 2024-04-05 00:43:18 -07:00
parent 1bb1ef5fc9
commit b3b971fad9
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -26,7 +26,7 @@
}); });
</script> </script>
<nav class="h-24 bg-background bg-opacity-50 backdrop-blur-md fixed w-full z-40 font-display"> <nav class="h-24 bg-background bg-opacity-50 backdrop-blur-lg fixed w-full z-40 font-display">
<div class="container mx-auto flex justify-between items-center h-full gap-6 overflow-x-auto"> <div class="container mx-auto flex justify-between items-center h-full gap-6 overflow-x-auto">
<Drawer /> <Drawer />
{#if current === 'blog'} {#if current === 'blog'}