Skip to content

Commit

Permalink
beautify stats
Browse files Browse the repository at this point in the history
  • Loading branch information
QasimWani committed Dec 10, 2020
1 parent 4eadc8f commit 9ddedb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ body {
font-family: sans-serif;
border-top: solid black 1px;
font-weight: 500;
padding-top: 2%;
font-size: medium;
}
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ chrome.storage.sync.get('leethub_token', (data) => {
const leethubHook = data3.leethub_hook;
if (leethubHook) {
$('#repo_url').html(
`<a target="blank" style="color: cadetblue !important" href="/${leethubHook}">Linked Repo</a>`,
`<a target="blank" style="color: cadetblue !important; font-size:0.8em;" href="/${leethubHook}">${leethubHook}</a>`,
);
}
},
Expand Down
4 changes: 2 additions & 2 deletions welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
>
<span style="color: #5cb85c">Easy:</span>
<span id="p_solved_easy" style="color: #5cb85c">0 </span>
<span style="color: #f0ad4e">Medium:</span>
<span style="color: #f0ad4e">&ensp; &ensp; Medium:</span>
<span id="p_solved_medium" style="color: #f0ad4e"
>0
</span>
<span style="color: #d9534f">Hard:</span>
<span style="color: #d9534f">&ensp; &ensp; Hard:</span>
<span id="p_solved_hard" style="color: #d9534f">0 </span>
</div>
</div>
Expand Down

0 comments on commit 9ddedb7

Please sign in to comment.