/* Oasis header menu — the material of the expanded header.

   Loads AFTER menu-lab.css and is deliberately the thinner of the two.
   menu-lab.css owns the component tier and every structural rule; this file only
   answers "what does the expanded region look like as a surface". A value set
   here beats the structure above it on load order, so anything that is not a
   surface decision does not belong in this file.

   It used to restyle .menu-lab-shell and .menu-lab-link against a second,
   divergent palette, which meant the last file in the chain silently won every
   colour argument with the first. */
.menu-lab-shell{color:var(--ml-ink)}
.menu-lab-link{color:var(--ml-ink)}
.menu-lab-utility a{color:var(--ml-muted)}
