I have an css issue - when using untagged discussions - like in my case the privte discussions (Byลbu), which have no explicit tag-color, the highlight color is either too light or too dark to read. Simple Links appear to be almost unreadable.
e.g. in dark-mode:

Style Attribute {
--link-color: rgb(27, 34, 40);
--primary-color: rgb(27, 34, 40);
}
interfering with
:root {
--body-bg: #141a1f;
So I assume this is something with the "--primary-color:" css
This also affects Mobile tab Extension icons when using untagged discussions. When selecting the "Tags" or "Notifications" menu item, it will render the css color in an inadequate contrast.




.MobileTab-items a[active="true"] {
color: var(--primary-color);
Anyone else experiencing this issue and any possible solutions?