Skip to content

Commit

Permalink
Update custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Jul 3, 2024
1 parent 4baff92 commit 461abf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
background-color: #f0f0f0;
}


.nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active {
background-image: linear-gradient(-90deg, #d5d5d5 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}

0 comments on commit 461abf9

Please sign in to comment.