Skip to content

Commit

Permalink
[#17] Fixed annotation font colour
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Apr 24, 2019
1 parent 405eb72 commit 8fd7fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/annotation-style-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class AnnotationStyleBuilder {
line-height: ${effectiveLineHeight};
margin: 0;
}
code {
color: var(--vscode-editor-foreground);
}
.line {
display: -webkit-flex;
display: flex;
Expand Down
3 changes: 3 additions & 0 deletions test/lib/annotation-style-builder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ suite('AnnotationStyleBuilder', () => {
line-height: 1.5;
margin: 0;
}
code {
color: var(--vscode-editor-foreground);
}
.line {
display: -webkit-flex;
display: flex;
Expand Down

0 comments on commit 8fd7fe4

Please sign in to comment.