feat: enhance Card component with hover effect and update styles

This commit is contained in:
2025-11-16 02:44:06 +01:00
parent f426caeb1e
commit bb73e1f564
4 changed files with 28 additions and 14 deletions

View File

@@ -24,6 +24,7 @@
padding: 10px 20px;
color: var(--text-light);
font-weight: bold;
font-size: large;
border: none;
z-index: 1;
}