Really specific rules make it impossible to override
I want to have a link of the left sidebar of our blog. This link is supposed to be white.
But the generated styles have a rule:
.funkwhale.link:not(.VPLink):not(.vp-doc .header-anchor):not(.VPDocAsideOutline .outline-link):not(.VPNavBarTitle .title):not(.VPDocFooter .pager-link), a:not(.VPLink):not(.vp-doc .header-anchor):not(.VPDocAsideOutline .outline-link):not(.VPNavBarTitle .title):not(.VPDocFooter .pager-link) {
color: var(--fw-link-color);
cursor: pointer;
}
Thats really specific and makes it really hard to overwrite this value. It seems like a special ruling for the docs, can we exclude this from the generated styles?