From 79a3440a55e043e6c53a62a6e4fc9393e3b572e7 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 8 May 2024 11:22:47 -0400 Subject: [PATCH] fix lightmode coloring in dropdowns --- tdx-enhanced.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index ec01cba..58030e2 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -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/* @@ -812,6 +812,7 @@ a:focus, a:hover { } .select2-results .select2-highlighted { + color: var(--txt-1); background-color: var(--bg-3); }