scottBowles / xmas2022

https://auntsusanschristmas.vercel.app/
0 stars 0 forks source link

Nav #11

Closed scottBowles closed 1 year ago

scottBowles commented 1 year ago

Adds the nav bar from last year.

Login and logout should work, with logout now wired up to the navbar, and the navbar should be different depending on whether you're logged in or logged out. Some of the links go to pages that don't exist yet, but that's fine.

Includes some additions to app.css from last year, including css variables for colors being used. Right now the css is a mix of tailwind and css. You probably know tailwind better than I do, so if there's a better way to do this, like defining custom colors on tailwind's color palette, I'm all for it.