Skip to content

Commit

Permalink
Use darker color to highlight interpolated text #52
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Mar 31, 2018
1 parent 6699dba commit c96f61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sos_notebook/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1887,10 +1887,10 @@ table.task_table {
}
.cm-sos-interpolated {
background-color: #ebf9e8;
background-color: #c8eec0;
}
.cm-sos-sigil {
background-color: #ebf9e8;
background-color: #c8eec0;
}
/*
.cm-sos-script {
Expand Down Expand Up @@ -2642,4 +2642,4 @@ table.task_table {
return {
onload: onload
}
})
})

0 comments on commit c96f61e

Please sign in to comment.