foundry-vtt-tidy-5e-sheets icon indicating copy to clipboard operation
foundry-vtt-tidy-5e-sheets copied to clipboard

Dark Theme: Item text headings unreadable

Open ZeroXNoxus opened this issue 11 months ago • 4 comments

When Dark Theme is enabled and I try to view items or features with headings (in this case html h3) they are unreadable as they have a grey-ish color:

image

ZeroXNoxus avatar Mar 15 '24 09:03 ZeroXNoxus

This styling could solve this issue quiet nicely: .tidy5e-sheet:where(.actor) .item-summary h1, .tidy5e-sheet:where(.actor) .item-summary h2, .tidy5e-sheet:where(.actor) .item-summary h3, .tidy5e-sheet:where(.actor) .item-summary h4 { color: #ffa400; }

image

ZeroXNoxus avatar Mar 15 '24 09:03 ZeroXNoxus

Are those header styles coming from the SRD compendium content? Or are they imported from somewhere else?

When I use headers in Tidy with the dark theme enabled, I get this style:

image

kgar avatar Mar 15 '24 18:03 kgar

When Dark Theme is enabled and I try to view items or features with headings (in this case html h3) they are unreadable as they have a grey-ish color:

image

This header is probably copied from somewhere else and comes with formatting. image Clear formatting and it will display nicely like kgar's screenshot.

9ryex5 avatar Mar 22 '24 11:03 9ryex5

Is there anything else we should discuss on this issue?

kgar avatar Jun 23 '24 22:06 kgar