foundry-ironsworn icon indicating copy to clipboard operation
foundry-ironsworn copied to clipboard

AppV2 dark mode color issues [FoundryVTT v13]

Open KitCat420 opened this issue 1 year ago • 0 comments

When using the zinc color scheme with a dark application theme, there's a rogue CSS rule that makes a.active elements unreadable, and the scrollbar is rather hard to spot. The same happens on the oceanic theme.

Image

Image

A problem similar in nature happens when using light application theme where most the CSS applies to default applications but doesn't affect all rules, making most the text barely readable, as a lot of the underlying HTML structure has changed.

Image

It might be a good idea to scope all CSS that is app related to Application v1, purposefully excluding any AppV2 applications until the system is utilizing AppV2 itself and can thus apply sensible styling.

KitCat420 avatar Feb 28 '25 22:02 KitCat420