Skip to content

Commit 09de78e

Browse files
committed
Add a slight box shadow to nav bar
1 parent f4dbc14 commit 09de78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ body {
5050
border-radius: 0 0 1em 1em;
5151
outline-style: solid;
5252
outline-color: var(--menu-active-color);
53+
box-shadow: 0.1em 0.2em 0.1em black;
5354
}
5455

5556
.menu nav a {

0 commit comments

Comments
 (0)