We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8305bcb + 1daf7af commit 3ab165aCopy full SHA for 3ab165a
popup.html
@@ -1,32 +1,11 @@
1
<style>
2
-html {
3
- background-color: #232628;
4
- color: #CCCCCC;
5
-}
6
body {
7
font-size: ${fontSize}px;
8
- color: #cccc99;
9
}
10
div {
11
margin: 5px;
12
word-wrap:break-word;
13
14
-a {
15
- color: #6699cc;
16
17
-.type {
18
- color: #60C3E0;
19
- font-style: italic;
20
21
-.name {
22
- color: #60D04E;
23
24
-.param {
25
- color: #F0AB40;
26
27
-.current {
28
- text-decoration: underline;
29
30
</style>
31
<div><b>${signature}</b></div>
32
<div style="margin-left: 15px">${description}</div>
0 commit comments