Skip to content

Commit

Permalink
User menu: small fix
Browse files Browse the repository at this point in the history
Added property 'background-color' for the user menu
  • Loading branch information
fet1sov committed Apr 11, 2024
1 parent 1712065 commit ced4013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _styles/_css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ div.user-menu {
-webkit-box-shadow: 0px 11px 26px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 11px 26px 0px rgba(0,0,0,0.28);
box-shadow: 0px 11px 26px 0px rgba(0,0,0,0.28);

background-color: var(--secondary-color-01);
}

div.profile-block:hover div.user-menu {
Expand Down

0 comments on commit ced4013

Please sign in to comment.