Skip to content

Commit

Permalink
more respect old ink's style
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Apr 15, 2020
1 parent 93fe3bc commit 2541816
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions styles/julia-client.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,18 @@ atom-text-editor.editor {
}

.julia-client-selector {
.two-lines {
padding: 0.5em 1em !important;
.primary-line, .secondary-line {
line-height: 2em;
}
}
.error-message {
color: @text-color-error;
}
.character-match {
font-weight: bold;
}
.two-lines {
padding: 0.50em 1.0em !important
}
}

.julia-syntax-color-selector {
Expand Down

0 comments on commit 2541816

Please sign in to comment.