Skip to content

Commit

Permalink
Feat: Add background color change on hover to nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
NihadBadalov committed Feb 14, 2024
1 parent cf2d603 commit 4d6ea43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ export default {
@import "../assets/vars.scss";
.nav-link {
&:hover {
background-color: rgba($primary, 0.2);
}
&.status-page {
background-color: rgba(255, 255, 255, 0.1);
}
Expand Down

0 comments on commit 4d6ea43

Please sign in to comment.