Skip to content

Commit dd374fe

Browse files
committed
Refined navbar
- Removed roundedness to the navbar border, this is to stay consistent with the sharp, non-rounded style of the website (we can discuss if you disagree) - Added a width for the navbar's bottom border - Changed the navbar's background colour from background to landingCard, which will contrast better with the pages and not blend in with the background like previously
1 parent 51e872d commit dd374fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/main/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Navbar() {
2525

2626
return (
2727
<>
28-
<header className="sticky top-0 z-50 flex h-24 w-full items-center rounded-md border-b border-border/20 bg-background px-20 font-jersey10">
28+
<header className="sticky top-0 z-50 flex h-24 w-full items-center border-b-2 border-border/20 border-b-primary bg-landingCard px-20 font-jersey10">
2929
<div className="flex flex-1 items-center">
3030
<Link
3131
href="/"

0 commit comments

Comments
 (0)