diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 014219e..837a37e 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -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); }