Hello I am using the Multidropdown plugin by Bubble. I could add a few line of css to change the font in the menu option to be white by modifying the header html:
.select2-results__option{
color: #ffffff;
}
but i cannot figure out how to change the border of the appearing menu :