We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b734cf4 commit e56f381Copy full SHA for e56f381
1 file changed
index.html
@@ -230,9 +230,6 @@
230
overflow: visible;
231
border-radius: 1rem; /* 8px */
232
}
233
- .repo-card:hover {
234
- background-color: #f9f9f9; /* Subtle background change on hover */
235
- }
236
.repo-card h3 {
237
margin-top: 0;
238
font-size: 1.125rem; /* 18px */
@@ -245,7 +242,7 @@
245
242
color: #007aff;
246
243
247
244
.repo-card p {
248
- font-size: 0.9375rem; /* 15px */
+ font-size: 1rem;
249
margin-bottom: 0.5rem;
250
color: #444; /* Slightly lighter than body text */
251
line-height: 1.6;
0 commit comments