Skip to content

Commit

Permalink
fully remove selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 14, 2024
1 parent 7ff7075 commit fcef32e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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-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/*
Expand Down Expand Up @@ -716,9 +716,11 @@
--col-modified: var(--light-col-modified);
}
/*
::selection {
/* background: var(--bg-3); */
}
*/
/* Global */
Expand Down

0 comments on commit fcef32e

Please sign in to comment.