Skip to content

Commit

Permalink
fix lightmode coloring in dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 8, 2024
1 parent 81ef8cf commit 79a3440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name tdx-enhanced
// @namespace ecn
// @version 2024-05-06-03
// @version 2024-05-08-01
// @description enhanced tdx coloring & formatting. follows system color scheme.
// @author Purdue STEM IT - it@purdue.edu
// @match https://service.purdue.edu/TDNext/*
Expand Down Expand Up @@ -812,6 +812,7 @@ a:focus, a:hover {
}
.select2-results .select2-highlighted {
color: var(--txt-1);
background-color: var(--bg-3);
}
Expand Down

0 comments on commit 79a3440

Please sign in to comment.