We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd59050 + cd7a164 commit 6de86e2Copy full SHA for 6de86e2
js/css/custom.css
@@ -97,8 +97,8 @@
97
98
.p-Widget .handsontable tbody th.ht__active_highlight,
99
.p-Widget .handsontable thead th.ht__active_highlight {
100
- background-color: var(--jp-brand-color3);
101
- color: var(--jp-content-font-color0);
+ background-color: var(--jp-brand-color1);
+ color: white;
102
}
103
104
.p-Widget .handsontableInput {
@@ -118,8 +118,8 @@
118
119
120
.p-Widget .handsontable td.htSearchResult {
121
- background: var(--jp-accent-color3);
122
+ background: var(--jp-accent-color1);
123
124
125
.p-Widget .htBordered.htTopBorderSolid {
0 commit comments