Skip to content

Commit

Permalink
quickfix for selection color issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 13, 2024
1 parent bc3009c commit 537323d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-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/*
Expand Down Expand Up @@ -652,7 +652,7 @@
}
::selection {
background: var(--bg-3);
/* background: var(--bg-3); */
}
/* Global */
Expand Down

0 comments on commit 537323d

Please sign in to comment.