Skip to content

Commit f8929cc

Browse files
authored
styling
1 parent 22db4af commit f8929cc

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
text-decoration: none;
264264
font-weight: 500;
265265
padding: 8px 16px;
266-
border-radius: 6px;
266+
border-radius: 10px;
267267
background: rgba(107, 177, 255, 0.1);
268268
transition: all 0.3s ease;
269269
border: 1px solid rgba(107, 177, 255, 0.2);
@@ -294,18 +294,24 @@
294294
}
295295

296296
.custom-version-btn {
297-
background: rgba(107, 177, 255, 0.2);
298-
color: white;
299-
border: none;
297+
display: inline-flex;
298+
align-items: center;
299+
gap: 8px;
300+
color: #6bb1ff;
301+
text-decoration: none;
302+
font-weight: 500;
300303
padding: 14px 20px;
301304
border-radius: 10px;
302-
cursor: pointer;
305+
background: rgba(107, 177, 255, 0.1);
303306
transition: all 0.3s ease;
304-
border: 1px solid rgba(107, 177, 255, 0.3);
307+
border: 1px solid rgba(107, 177, 255, 0.2);
305308
}
306309

307310
.custom-version-btn:hover {
308-
background: rgba(107, 177, 255, 0.3);
311+
background: rgba(107, 177, 255, 0.2);
312+
color: #ff5b5b;
313+
transform: translateY(-2px);
314+
cursor: pointer;
309315
}
310316

311317
@media (max-width: 768px) {

0 commit comments

Comments
 (0)