mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
style: increase background blur in navbar
This commit is contained in:
parent
1bb1ef5fc9
commit
b3b971fad9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
});
|
||||
</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">
|
||||
<Drawer />
|
||||
{#if current === 'blog'}
|
||||
|
|
Loading…
Reference in a new issue