Skip to content

Commit 5a9ac26

Browse files
author
hoang.tran12
committed
update style
1 parent a81ef3b commit 5a9ac26

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

popup/popup.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
<body>
1010
<h1>Useful Scripts</h1>
1111
<h3>
12-
<a target="_blank" href="https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md">donate</a>
13-
<span>/</span>
14-
<a target="_blank" href="https://github.com/HoangTran0410/useful-script">source code</a>
15-
<span>/</span>
12+
<a target="_blank" href="https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md">
13+
<i class="fa-solid fa-mug-saucer"></i> donate
14+
</a>
15+
<a target="_blank" href="https://github.com/HoangTran0410/useful-script">
16+
<i class="fa-solid fa-code"></i> source code
17+
</a>
1618
<span id="version"></span>
1719
<button id="update-btn">(update)</button>
18-
<p>Make with love by <a target="_blank" href="https://github.com/HoangTran0410">Hoang Tran</a></p>
20+
<p>Make with <i class="fa-solid fa-heart fa-beat" style="color:#ff0000a3"></i>
21+
by <a target="_blank" href="https://github.com/HoangTran0410">Hoang Tran</a></p>
1922
</h3>
23+
<br />
2024

2125
<!-- Tab links -->
2226
<div class="tab">

popup/styles/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ h3 {
1515
text-align: center;
1616
}
1717

18-
a {
18+
h3 a {
19+
background-color: #ddd;
1920
text-decoration: none;
2021
display: inline-block;
21-
padding: 5px 0;
22+
padding: 5px 5px;
2223
}
2324

2425
a:hover {
25-
background-color: #ddd;
26+
background-color: #bbb;
2627
}
2728

2829
#flag {

0 commit comments

Comments
 (0)