HomarrH
Homarr7mo ago
5 replies
the_3

Changing "dimmed" text color via CSS?

I am modifying the CSS of one of my boards, and trying to change text colors for legibility on my translucent cards. I was able to set the primary text color in the custom CSS, and it impacts the page on refresh as expected for most text. However, there are certain text elements which appear in a horrendously unreadable gray, and I can't for the life of me figure out how to fix it. Inspecting the page, instances of this text are referencing "--mantine-color-dimmed" which seems to override my global color declaration. But I'm not sure how to change the color of this variable, or otherwise changing the color of those particular text instances. Is this a limitation of custom CSS here? Or am I missing something?
Was this page helpful?