Skip to content

Commit 04483ee

Browse files
committed
adjust navbar BG color
1 parent 4015617 commit 04483ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<?= $this->fetch('script') ?>
4444
</head>
4545
<body class="overflow-x-hidden bg-base-100" hx-indicator="#main-loading-overlay">
46-
<div class="sticky top-0 z-40 border-b border-cake-red/70 bg-cake-red/90 backdrop-blur-md">
46+
<div class="sticky top-0 z-40 border-b border-cake-red/70 bg-cake-red backdrop-blur-md">
4747
<div class="navbar container mx-auto px-4 sm:px-6 lg:px-8 gap-5">
4848
<div class="navbar-start">
4949
<a class="text-xl" href="<?= $this->Url->build('/') ?>">

0 commit comments

Comments
 (0)