Skip to content

Commit e1adac9

Browse files
committed
bold the score
1 parent 59822e0 commit e1adac9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/popup/company.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ a:hover {
5959
color: lightgreen;
6060
cursor: pointer;
6161
background-color: #202020;
62+
}
63+
64+
#score {
65+
color: lightgreen;
66+
font-weight: bold;
6267
}

src/popup/company.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<h1 id="title">Amazon</h1>
1111
<p>
12-
<b>Score </b>= How likely the company is to ask this question on a scale of 1-10
12+
<span id="score">Score</span> = How likely the company is to ask this question on a scale of 1-10
1313
</p>
1414
<p>
1515
Data collected from 2021-2023

0 commit comments

Comments
 (0)