Skip to content

Commit

Permalink
Force contrastive color for description text
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Nov 19, 2025
1 parent f39cf08 commit 21d776a
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;
}
.ticket-desc *:not(a), .ticket-desc *:not(a) {
color: var(--txt-1) !important;
}
.tdx-view-ticket-summary #divSummaryHeading a {
color: var(--col-400);
}
Expand Down

0 comments on commit 21d776a

Please sign in to comment.