Skip to content

Commit 45d3e63

Browse files
author
Felix Hennig
committed
Add shadow to menu
1 parent 727d5ec commit 45d3e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ body {
143143
.navbar-dropdown {
144144
background: var(--navbar-menu-background);
145145
border: 1px solid var(--navbar-menu-border-color);
146+
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
146147
border-top: none;
147148
border-radius: 0 0 0.25rem 0.25rem;
148149
display: none;

0 commit comments

Comments
 (0)