How can I change the font-size for the menu in dawn theme.
I found this in google inspector
.menu-drawer__menu.list-menu li *
font-size: 10px !important;
}
and changing it works, but I tried to add it in the component-menu-drawer.css but nothing changes… can you help me?