Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit c5ab7f7

Browse files
committed
minor changes
1 parent 8b1d687 commit c5ab7f7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1 class="text-start subtle-glow animate__animated animate__fadeIn mb-3">
5151
<button class="btn btn-outline-info btn-sm filter-btn" data-filter="beginner">Beginner</button>
5252
<button class="btn btn-outline-info btn-sm filter-btn" data-filter="advanced">Advanced</button>
5353
<button class="btn btn-outline-info btn-sm filter-btn" data-filter="lightweight">Lightweight</button>
54-
<button class="btn btn-outline-info btn-sm filter-btn" data-filter="torrent">Official Torrent</button>
54+
<button class="btn btn-outline-info btn-sm filter-btn" data-filter="torrent">Torrent</button>
5555
</div>
5656
</div>
5757
</div>

styles.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ html {
2727
}
2828

2929
.main-content h1 {
30-
font-size: 2.75rem;
30+
font-size: 3rem;
3131
text-align: center;
3232
color: #ffffff;
3333
margin-bottom: 3rem;
@@ -45,7 +45,7 @@ html {
4545
}
4646

4747
.card:hover {
48-
box-shadow: 0 0 20px rgba(140, 255, 250, 0.4);
48+
box-shadow: 0 0 10px rgba(140, 255, 250, 0.4);
4949
}
5050

5151
.card-body {
@@ -78,7 +78,6 @@ html {
7878

7979
.card-img-container {
8080
background: linear-gradient(45deg, rgba(30, 30, 30, 0.9), rgba(42, 42, 42, 0.9));
81-
padding: 1.5rem;
8281
display: flex;
8382
align-items: center;
8483
justify-content: center;
@@ -183,12 +182,12 @@ html {
183182
color: #ffffff;
184183
border: none;
185184
border-radius: 50%;
186-
width: 40px;
187-
height: 40px;
185+
width: 60px;
186+
height: 60px;
188187
display: flex;
189188
align-items: center;
190189
justify-content: center;
191-
font-size: 1.2rem;
190+
font-size: 1.5rem;
192191
z-index: 999;
193192
transition: all 0.3s;
194193
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
@@ -200,7 +199,7 @@ html {
200199
}
201200

202201
.subtle-glow {
203-
text-shadow: 0 0 10px rgba(140, 255, 250, 0.3);
202+
text-shadow: 0 0 5px rgba(140, 255, 250, 0.3);
204203
}
205204

206205
.text-gradient {
@@ -441,7 +440,7 @@ footer a:hover {
441440
}
442441

443442
.torrent-icon {
444-
opacity: 0.7;
443+
opacity: 0.8;
445444
transition: all 0.3s ease;
446445
display: flex;
447446
padding: 6px;
@@ -456,6 +455,7 @@ footer a:hover {
456455

457456
.torrent-icon:hover {
458457
opacity: 1;
458+
text-shadow: 0 0 20px rgba(140, 255, 250, 0.4);
459459
}
460460

461461
.torrent-icon svg {

0 commit comments

Comments
 (0)