Update style.css
Browse files
style.css
CHANGED
|
@@ -287,6 +287,23 @@ body {
|
|
| 287 |
height: 20px;
|
| 288 |
}
|
| 289 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
/* Contribute Section */
|
| 291 |
.contribute-section {
|
| 292 |
margin-bottom: 3rem;
|
|
|
|
| 287 |
height: 20px;
|
| 288 |
}
|
| 289 |
|
| 290 |
+
.browse-link {
|
| 291 |
+
display: inline-block;
|
| 292 |
+
color: #8b5cf6;
|
| 293 |
+
font-size: 1.125rem;
|
| 294 |
+
font-weight: 600;
|
| 295 |
+
text-decoration: none;
|
| 296 |
+
padding: 0.75rem 1.5rem;
|
| 297 |
+
border-radius: 8px;
|
| 298 |
+
background: rgba(139, 92, 246, 0.1);
|
| 299 |
+
transition: all 0.3s ease;
|
| 300 |
+
}
|
| 301 |
+
|
| 302 |
+
.browse-link:hover {
|
| 303 |
+
background: rgba(139, 92, 246, 0.2);
|
| 304 |
+
transform: translateX(4px);
|
| 305 |
+
}
|
| 306 |
+
|
| 307 |
/* Contribute Section */
|
| 308 |
.contribute-section {
|
| 309 |
margin-bottom: 3rem;
|