Skip to content

Commit

Permalink
Update css to remove extra space before section header and highlight …
Browse files Browse the repository at this point in the history
…interpolated text
  • Loading branch information
Bo Peng committed Jun 14, 2018
1 parent 89d26e3 commit 962a0f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sos/templates/workflow_report.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ tr.subworkflow.step-row {
font-size: 0.5em;
}

.cm-sos-interpolated {
background-color: #EDD5F3;
}
.cm-sos-sigil {
background-color: #EDD5F3;
}

.file {
position: relative;
Expand Down Expand Up @@ -255,5 +261,4 @@ tr.subworkflow.step-row {
pre.section-header.CodeMirror-line {
background-color: #f7f7f7;
border-top: 1px solid #ddd;
margin-top: 1em;
}

0 comments on commit 962a0f1

Please sign in to comment.