diff --git a/index.html b/index.html index f54ca1e..b776e46 100644 --- a/index.html +++ b/index.html @@ -601,10 +601,16 @@ border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.25rem; - transition: border-color 0.2s; + transition: border-color 0.2s, transform 0.15s; + text-decoration: none; + color: inherit; + display: block; } - .oss-card:hover { border-color: rgba(255,255,255,0.12); } + .oss-card:hover { + border-color: rgba(255,255,255,0.2); + transform: translateY(-2px); + } .oss-card h4 { font-size: 0.95rem; @@ -1700,110 +1706,110 @@