@ben I would need, via CSS, to select the link in the ‘active’ state of the Menu component, is it possible?
I noticed that in Top Page it is possible because the link is assigned the attribute data-state="active"
while the active links of Menu component this does not happen. How could I do it?
TIA