Skip to content

Commit

Permalink
Merge pull request #14 from ECN/tdx12
Browse files Browse the repository at this point in the history
Another merge for TDX 12
  • Loading branch information
mart2070 authored May 31, 2025
2 parents 61de842 + b3e49b3 commit d8d7d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name tdx-enhanced
// @namespace purdue-it
// @version 2025-05-31-01
// @version 2025-05-31-02
// @description enhanced tdx coloring & formatting. follows system color scheme.
// @author Purdue STEM IT - it@purdue.edu
// @match https://service.purdue.edu/TDWorkManagement*
Expand Down Expand Up @@ -2134,7 +2134,7 @@ h1, h2, h3, h4, h5 {
}
.tdx-headline {
color: var(--col-1) !important;
color: var(--txt-1) !important;
}
.tdx-headline--underline {
Expand Down

0 comments on commit d8d7d49

Please sign in to comment.