From 537323d0f0c0aae3834fca9cb7f74eaf69c5f46a Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 13 May 2024 11:01:16 -0400 Subject: [PATCH] quickfix for selection color issues --- tdx-enhanced.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index d632cbd..4b8b413 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -1,7 +1,7 @@ // ==UserScript== // @name tdx-enhanced // @namespace ecn -// @version 2024-05-09-01 +// @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/* @@ -652,7 +652,7 @@ } ::selection { - background: var(--bg-3); + /* background: var(--bg-3); */ } /* Global */