Hi, see: https://ledgerops.kinsta.cloud/
I have added custom css to make the menu look like this:

This is the code:
.desktop .sub-menu {
border-style: solid;
border-width: 1px 0px 1px 0px;
border-color: white;
position: absolute;
display: none;
float: left;
min-width: 200px;
margin: 0;
padding: .75em 0;
font-size: 16px;
list-style: none;
background-color: transparent;
z-index: 1000;
border-radius: 0px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
box-shadow: 0 0px 0px rgba(0,0,0,.25);
}
How do I add the white line in between menu items, so it looks like this:

Thanks!
