Skip to content

Commit

Permalink
added navbar background that hides content under
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiSoares333 committed Dec 11, 2024
1 parent c06cc9d commit 18b5fe4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ body {
linear-gradient(180deg, rgba(56, 0, 2, 1), rgba(97, 14, 17, 1));
}

.bg-ni-navbar {
background-image: linear-gradient(
180deg,
rgba(179, 54, 54, 1) 0%,
rgba(162, 49, 49, 1) 100%
)
}

.footer-icons svg,
.footer-icons path {
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(app)/_components/layout/navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav
class="fixed hidden h-min w-full grid-cols-2 items-center justify-center px-7 py-2 font-raleway text-xs text-white sm:grid sm:text-base"
class="fixed z-30 hidden h-min w-full grid-cols-2 items-center justify-center px-7 py-2 font-raleway text-xs text-white sm:grid sm:text-base bg-ni-topnav"
aria-label="Navigation Bar"
>
<div class="flex w-full justify-start">
Expand Down

0 comments on commit 18b5fe4

Please sign in to comment.