Skip to content

Commit

Permalink
drop shadow internal feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 31, 2024
1 parent 75224ec commit ea4e171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/side-nav/side-nav.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
padding: 0 var(--size-2);
min-width: 200px;
display: inline-block;
box-shadow: var(--shadow-3);
box-shadow: var(--shadow-2);
margin-left: -16px;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/table-of-contents/table-of-contents.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
min-height: 150px;
margin: 0 var(--size-2);
border: 1px solid var(--color-gray);
box-shadow: var(--shadow-3);
box-shadow: var(--shadow-2);
padding: var(--size-2);
}

Expand Down Expand Up @@ -84,7 +84,7 @@
border-left: 1px solid var(--color-gray);
border-top: 1px solid var(--color-gray);
border-bottom: 1px solid var(--color-gray);
box-shadow: var(--shadow-3);
box-shadow: var(--shadow-2);
padding: var(--size-2) 0 0 var(--size-7);

& a,
Expand Down

0 comments on commit ea4e171

Please sign in to comment.