Skip to content

Commit

Permalink
header in image viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 31, 2025
1 parent 471868c commit b3e49b3
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 b3e49b3

Please sign in to comment.