Skip to content

Commit 64e9fcf

Browse files
Merge pull request #49 from aviatesk/tweak-style
fix: use UI-font for markdown body strings
2 parents 1868d4d + db0d07b commit 64e9fcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/atom-ide-datatips-marked.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
.datatip-marked-container {
99
color: @syntax-text-color;
10-
font-family: var(--editor-font-family);
11-
font-size: var(--editor-font-size);
10+
font-family: @font-family;
11+
font-size: @font-size;
1212
max-height: 400px;
1313
max-width: 64em;
1414
overflow: auto;

0 commit comments

Comments
 (0)