foundry-vtt-tidy-5e-sheets
foundry-vtt-tidy-5e-sheets copied to clipboard
Dark Theme: Item text headings unreadable
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:
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; }
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:
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:
This header is probably copied from somewhere else and comes with formatting.
Clear formatting and it will display nicely like kgar's screenshot.
Is there anything else we should discuss on this issue?