Skip to content

Commit 6de86e2

Browse files
authored
Merge pull request #95 from martinRenou/improve_styling
Improve JLab styling
2 parents bd59050 + cd7a164 commit 6de86e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797

9898
.p-Widget .handsontable tbody th.ht__active_highlight,
9999
.p-Widget .handsontable thead th.ht__active_highlight {
100-
background-color: var(--jp-brand-color3);
101-
color: var(--jp-content-font-color0);
100+
background-color: var(--jp-brand-color1);
101+
color: white;
102102
}
103103

104104
.p-Widget .handsontableInput {
@@ -118,8 +118,8 @@
118118
}
119119

120120
.p-Widget .handsontable td.htSearchResult {
121-
background: var(--jp-accent-color3);
122-
color: var(--jp-content-font-color0);
121+
background: var(--jp-accent-color1);
122+
color: white;
123123
}
124124

125125
.p-Widget .htBordered.htTopBorderSolid {

0 commit comments

Comments
 (0)