Skip to content

Commit

Permalink
fix editor buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 13, 2024
1 parent f183c2b commit 5bf6741
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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-13-01
// @version 2024-05-13-02
// @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 @@ -1046,11 +1046,12 @@ div.feed-child-box {
}
.cke_combo_button, .cke_toolgroup {
background: var(--bg-3) !important;
background: var(--bg-2) !important;
}
.cke_button_icon {
opacity: 1 !important;
filter: invert(var(--txt-invert)) !important;
}
.cke_combo_text {
Expand Down

0 comments on commit 5bf6741

Please sign in to comment.