Skip to content

Commit

Permalink
fix(website): navbar icon opacity (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Nov 4, 2022
1 parent fe85ff5 commit 319f659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

.navbar__logo {
margin-right: 0;
}

.navbar__logo:hover {
opacity: 0.6;
}

Expand Down

1 comment on commit 319f659

@vercel
Copy link

@vercel vercel bot commented on 319f659 Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.