2 Commits

Author SHA1 Message Date
Gitea Actions
1b99769918 Update manifest version to 3.0.3 [▶️] 2025-12-13 19:47:03 +00:00
bd39dd2b3f Update public/index.html
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 9m58s
2025-12-13 19:46:51 +00:00
2 changed files with 1 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{
"version": "3.0.2",
"version": "3.0.3",
"author": "Ivan Carlos"
}

View File

@@ -124,11 +124,6 @@
border-radius: 12px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
border: 1px solid var(--border-color);
transition: transform 0.2s;
}
.test-card:hover {
transform: translateY(-2px);
}
h2 {