style(ui): update homepage styling and improve navigation cards

This commit is contained in:
sanbuphy
2026-03-16 00:53:29 +08:00
parent 57c662aa2f
commit 8cb13c70e3
4 changed files with 90 additions and 30 deletions
+10 -4
View File
@@ -338,15 +338,21 @@
.VPHomeHero .action .VPButton.alt {
border-radius: 999px;
border-color: #d2d2d7;
border: 1px solid #0071e3;
background-color: #fff;
color: #1d1d1f;
transition: transform 0.2s;
color: #0071e3;
font-weight: 500;
box-shadow: none;
transition:
transform 0.2s,
background-color 0.2s,
color 0.2s;
}
.VPHomeHero .action .VPButton.alt:hover {
transform: scale(1.02);
background-color: #f5f5f7;
background-color: rgba(0, 113, 227, 0.08);
color: #0066cc;
}
/* HomeFeatures Sections Scroll Offset */