Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiavanleur committed Mar 28, 2024
1 parent 7cd4ea7 commit 25c8956
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,18 @@ a:hover {
transition: all 300ms ease-out;
opacity: 0;
cursor: url('/assets/cross-cursor.png'), auto;
height: 100vh;
position: fixed;
right: 0;
top: 0;
z-index: 2;
width: 0;
}

body.menu-open .c-menu__backdrop {
background: var(--color-footer-text);
opacity: 0.5;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 2;
}

.c-menu__hamburger-button {
Expand Down

0 comments on commit 25c8956

Please sign in to comment.