diff --git a/tdx-enhanced.js b/tdx-enhanced.js index ca97a2a..20e8c04 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -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* @@ -2134,7 +2134,7 @@ h1, h2, h3, h4, h5 { } .tdx-headline { - color: var(--col-1) !important; + color: var(--txt-1) !important; } .tdx-headline--underline {