diff --git a/helper/javascript_completions/style.css b/helper/javascript_completions/style.css index a9d2384..3e41ac8 100644 --- a/helper/javascript_completions/style.css +++ b/helper/javascript_completions/style.css @@ -6,7 +6,7 @@ body{ color: #fff; margin: 0; padding: 0; - font-size: 0.85em; + font-size: 0.9rem; } .container{ background-color: #202A31; @@ -54,8 +54,9 @@ body{ } .container-hint-popup .container-url-doc{ margin-top: 5px; - font-size: 10px; + font-size: 0.80rem; } .go-to-def{ - font-size: 10px; + font-size: 0.80rem; + line-height: 2; } \ No newline at end of file