From 9448caeaef554c3dacf41701decd75f9488aa79d Mon Sep 17 00:00:00 2001 From: Tom van Ommeren Date: Mon, 16 Oct 2017 23:54:32 +0200 Subject: [PATCH] Add system font for list items --- plugin/core/popups.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/core/popups.py b/plugin/core/popups.py index 2c623124e..7eea2bb20 100644 --- a/plugin/core/popups.py +++ b/plugin/core/popups.py @@ -13,4 +13,7 @@ padding: 0 0.5rem; font-family: system; } + .lsp_popup li { + font-family: system; + } '''