Skip to content

Commit

Permalink
Merge pull request #95 from martinRenou/improve_styling
Browse files Browse the repository at this point in the history
Improve JLab styling
  • Loading branch information
martinRenou committed Mar 19, 2019
2 parents bd59050 + cd7a164 commit 6de86e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@

.p-Widget .handsontable tbody th.ht__active_highlight,
.p-Widget .handsontable thead th.ht__active_highlight {
background-color: var(--jp-brand-color3);
color: var(--jp-content-font-color0);
background-color: var(--jp-brand-color1);
color: white;
}

.p-Widget .handsontableInput {
Expand All @@ -118,8 +118,8 @@
}

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

.p-Widget .htBordered.htTopBorderSolid {
Expand Down

0 comments on commit 6de86e2

Please sign in to comment.