functionality tests mostly pass

This commit is contained in:
2026-01-03 14:52:25 -07:00
parent 55b0a698d0
commit e3d7e7de3a
11 changed files with 779 additions and 269 deletions

View File

@@ -86,8 +86,8 @@ a:hover {
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
opacity: 0.95;
}
.btn-secondary {
@@ -133,7 +133,6 @@ a:hover {
}
.card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}