Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 16, 2024
1 parent 5b64b4f commit 1c92494
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ html, body, .side-bar, .main-header, .search-input {
}

// Hover & active state
.site-title:hover, .site-button:hover, .nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active {
.site-title:hover,
.site-button:hover,
.nav-list .nav-list-item .nav-list-link:hover,
.nav-list .nav-list-item .nav-list-link.active,
.nav-list .nav-list-item .nav-list-expander:hover {
background-image: linear-gradient(-90deg, #1e0c36 0%, rgba(13,1,30,0.8) 80%, rgba(13,1,30,0) 100%);
}

Expand Down

0 comments on commit 1c92494

Please sign in to comment.