Skip to content

Commit

Permalink
Force styling of code input line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent 3bbb0fa commit a6afec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/messaging/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ code {
}

.CodeMirror-linenumber {
color: $color-highlight;
color: $color-highlight !important;
}

.CodeMirror-guttermarker {
Expand Down

0 comments on commit a6afec7

Please sign in to comment.