Skip to content

Commit

Permalink
Add system font for list items
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Oct 16, 2017
1 parent 761c2c5 commit 9448cae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/core/popups.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
padding: 0 0.5rem;
font-family: system;
}
.lsp_popup li {
font-family: system;
}
'''

0 comments on commit 9448cae

Please sign in to comment.