From fcef32ebc9a475b760a6c5b80cece7c8d39d5610 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 14 May 2024 09:13:20 -0400 Subject: [PATCH] fully remove selection color --- tdx-enhanced.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index fdbf41b..92def39 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -1,7 +1,7 @@ // ==UserScript== // @name tdx-enhanced // @namespace ecn -// @version 2024-05-13-03 +// @version 2024-05-14-01 // @description enhanced tdx coloring & formatting. follows system color scheme. // @author Purdue STEM IT - it@purdue.edu // @match https://service.purdue.edu/TDNext/* @@ -716,9 +716,11 @@ --col-modified: var(--light-col-modified); } +/* ::selection { /* background: var(--bg-3); */ } +*/ /* Global */