Skip to content

Commit 1daf7af

Browse files
author
Ihor Oleksandrov
committed
Move popup styling to the active color scheme
Closes #498
1 parent eb6d0a4 commit 1daf7af

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

popup.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
<style>
2-
html {
3-
background-color: #232628;
4-
color: #CCCCCC;
5-
}
62
body {
73
font-size: ${fontSize}px;
8-
color: #cccc99;
94
}
105
div {
116
margin: 5px;
127
word-wrap:break-word;
138
}
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-
}
309
</style>
3110
<div><b>${signature}</b></div>
3211
<div style="margin-left: 15px">${description}</div>

0 commit comments

Comments
 (0)