Skip to content

Commit

Permalink
Move menu’s white back to mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Feb 7, 2024
1 parent ee75a10 commit 7657710
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/styles/blocks/menu/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
.menu {
--menu-current-back: hsl(var(--color-sulu));
--menu-current-text: hsl(var(--color-ebony));

background-color: var(--color-back-primary);
}

/* List */
Expand Down
1 change: 1 addition & 0 deletions src/styles/blocks/menu/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
1fr
min-content;
padding: 20px;
background-color: var(--color-back-primary);
transform: translateX(-100%) scaleX(0.3);
view-transition-name: menu;
contain: layout;
Expand Down

0 comments on commit 7657710

Please sign in to comment.