Skip to content

Commit

Permalink
Merge branch 'force-desc-color' into beta
Browse files Browse the repository at this point in the history
Fixes the frequent problem of having non-contrastive foreground colors
in the description of tickets due to the format of the email that
originated the ticket. Forces all but anchor (<a>) tags to match the
normal foreground color of the current theme
  • Loading branch information
ejunga committed Nov 25, 2025
2 parents f39cf08 + 0d2dfd9 commit 6119ec9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -3989,6 +3989,10 @@ div.profile-image.red-bg, div.profile-image.green-bg, div.profile-image.red-bg,
color: var(--col-400) !important;
}
.wrap-text *:not(a), .moreToggle *:not(a), .lessToggle *:not(a) {
color: var(--txt-1) !important;
}
.tdx-view-ticket-summary #divSummaryHeading a {
color: var(--col-400);
}
Expand Down

0 comments on commit 6119ec9

Please sign in to comment.