Skip to content

Commit

Permalink
nav: adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Mar 3, 2025
1 parent 7794fe1 commit 75373ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function linkDiscuss(channel: IChatChannel) {
transition: background-color 0.2s ease;
background-color: rgba(255, 255, 255, 0.05);
&:hover {
background-color: rgba(255, 255, 255, 0.15);
background-color: rgba(255, 255, 255, 0.1);
}
}
}
Expand Down

0 comments on commit 75373ad

Please sign in to comment.