Skip to content

Commit e56f381

Browse files
committed
Update index.html
1 parent b734cf4 commit e56f381

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@
230230
overflow: visible;
231231
border-radius: 1rem; /* 8px */
232232
}
233-
.repo-card:hover {
234-
background-color: #f9f9f9; /* Subtle background change on hover */
235-
}
236233
.repo-card h3 {
237234
margin-top: 0;
238235
font-size: 1.125rem; /* 18px */
@@ -245,7 +242,7 @@
245242
color: #007aff;
246243
}
247244
.repo-card p {
248-
font-size: 0.9375rem; /* 15px */
245+
font-size: 1rem;
249246
margin-bottom: 0.5rem;
250247
color: #444; /* Slightly lighter than body text */
251248
line-height: 1.6;

0 commit comments

Comments
 (0)