diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 0c9e98a..419bd48 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -1,7 +1,7 @@ // ==UserScript== // @name tdx-enhanced // @namespace ecn -// @version 2024-05-14-02 +// @version 2024-05-14-03 // @description enhanced tdx coloring & formatting. follows system color scheme. // @author Purdue STEM IT - it@purdue.edu // @match https://service.purdue.edu/TDNext/* @@ -1248,7 +1248,7 @@ tr.TDGridHeader, .table-header>div { .hilite, .hilite .btn-link, .hilite a, .hilite td, .table>tbody>tr.hilite label, .table>tbody>tr.hilite.active, .table>tbody>tr.hilite.danger, .table>tbody>tr.hilite.info, .table>tbody>tr.hilite.success, .table>tbody>tr.hilite.warning, .table>tbody>tr.hilite>td.active, .table>tbody>tr.hilite>td.danger, .table>tbody>tr.hilite>td.info, .table>tbody>tr.hilite>td.success, .table>tbody>tr.hilite>td.warning { background-color: var(--bg-2) !important; - color: initial; + color: var(--txt-1); } table>thead>tr.TDGridHeader>th, tr.TDGridHeader td, .table-header>div {