update highlighted line styles

This commit is contained in:
Cassie Tarakajian 2017-10-12 17:13:27 -04:00
parent 24030ac7aa
commit 39df7512c1
1 changed files with 11 additions and 0 deletions

View File

@ -278,6 +278,17 @@ pre.CodeMirror-line {
font-family: serif;
}
.line-runtime-error + .CodeMirror-activeline-gutter {
background-color: rgb(255, 95, 82);
opacity: 0.3;
}
.line-runtime-error {
background-color: rgb(255, 95, 82) !important;
opacity: 0.3;
}
.editor-holder {
height: calc(100% - #{29 / $base-font-size}rem);
width: 100%;