That changes the color of the wrapper, it does not make menu items in the modern menu transparent / opacity 0.
#menu-item-20 a {
background-color: rgba(0,0,0,0);
}
… works for specific menu items. Would be nice to have this apply to all menu items in the modern menu, while leaving the classic menu untouched.
Also, I am trying to tweak the color of the modern menu text to white. Have yet to find the css that works.