Skip to content

Commit d810906

Browse files
committed
increase tooltip font size
1 parent 6601932 commit d810906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helper/javascript_completions/style.css

Lines changed: 3 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.95rem;
1010
}
1111
.container{
1212
background-color: #202A31;
@@ -54,8 +54,8 @@ body{
5454
}
5555
.container-hint-popup .container-url-doc{
5656
margin-top: 5px;
57-
font-size: 10px;
57+
font-size: 0.75rem;
5858
}
5959
.go-to-def{
60-
font-size: 10px;
60+
font-size: 0.75rem;
6161
}

0 commit comments

Comments
 (0)