Skip to content

Commit

Permalink
sveltekit: navbar background
Browse files Browse the repository at this point in the history
  • Loading branch information
while1618 committed Dec 14, 2024
1 parent fb91366 commit dc5dc40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
const { isAdmin }: Props = $props();
</script>

<header class="sticky top-0 z-50 py-2">
<header class="sticky top-0 z-50 bg-primary-foreground py-2">
<div class="container">
<div class="flex items-center justify-between">
<div class="flex items-center gap-3 lg:hidden">
Expand Down

0 comments on commit dc5dc40

Please sign in to comment.