Customising the dropdown menu - background colour, text colour

Hello @Shopify_77

I am using the Dawn theme and I would like to customise the dropdown menus for my store so that it is black with 80% opacity, while the text would be white.

Previously I have been able to achieve the black background with the below code in the base.css file:

.header__submenu.list-menu {
background: #00000080 !important;

However I am then left with the below scenario, and I can’t figure out how to get the text to appear white so that it is readable.

Any help is much appreciated!