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.
1 parent 59822e0 commit e1adac9Copy full SHA for e1adac9
src/popup/company.css
@@ -59,4 +59,9 @@ a:hover {
59
color: lightgreen;
60
cursor: pointer;
61
background-color: #202020;
62
+}
63
+
64
+#score {
65
+ color: lightgreen;
66
+ font-weight: bold;
67
}
src/popup/company.html
@@ -9,7 +9,7 @@
9
<body>
10
<h1 id="title">Amazon</h1>
11
<p>
12
- <b>Score </b>= How likely the company is to ask this question on a scale of 1-10
+ <span id="score">Score</span> = How likely the company is to ask this question on a scale of 1-10
13
</p>
14
15
Data collected from 2021-2023
0 commit comments