Skip to content

Commit eb6bc70

Browse files
Merge pull request #14 from ctf0/master
increase tooltip font size
2 parents 6601932 + b732f32 commit eb6bc70

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

helper/javascript_completions/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body{
66
color: #fff;
77
margin: 0;
88
padding: 0;
9-
font-size: 0.85em;
9+
font-size: 0.9rem;
1010
}
1111
.container{
1212
background-color: #202A31;
@@ -54,8 +54,9 @@ body{
5454
}
5555
.container-hint-popup .container-url-doc{
5656
margin-top: 5px;
57-
font-size: 10px;
57+
font-size: 0.80rem;
5858
}
5959
.go-to-def{
60-
font-size: 10px;
60+
font-size: 0.80rem;
61+
line-height: 2;
6162
}

0 commit comments

Comments
 (0)