Skip to content

Commit

Permalink
changed logo colour
Browse files Browse the repository at this point in the history
  • Loading branch information
ashura-code committed Jan 6, 2024
1 parent 93f624d commit 58c76a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
@tailwind components;
@tailwind utilities;

body{
background-color:;
}




Expand Down
2 changes: 1 addition & 1 deletion comps/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Navbar() {
</NavigationMenuItem>
<NavigationMenuItem>
<NavigationMenuLink
className="group inline-flex mt-1 h-8 w-max items-center justify-center px-4 py-2 text-sm font-medium transition-colors focus:outline-none disabled:pointer-events-none disabled:opacity-50"
className="group rounded-md inline-flex mt-1 h-8 w-max items-center justify-center px-4 py-2 text-sm font-medium transition-colors focus:outline-none disabled:pointer-events-none disabled:opacity-50"
href="/"
>

Expand Down
2 changes: 1 addition & 1 deletion public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58c76a3

Please sign in to comment.