I have just tried adding some basic CSS @layers to an Astro project.
I'm importing a single CSS file generated from SCSS. The CSS file is A-OK before import. I'm then adding a few components on the high-ish components layer (above the layers for initial styling).
Instead of doing what I expected, I'm seeing link colors from the lower layers overriding colors on the components. When I investigated in the console, I saw this image... O.o
What...is going on...?