feat:save

This commit is contained in:
zyronon
2025-07-21 03:17:20 +08:00
parent 84ee068c45
commit 60c0273e15
3 changed files with 18 additions and 5 deletions

View File

@@ -476,7 +476,8 @@ footer {
}
.book {
@apply p-4 rounded-md bg-slate-200 relative cursor-pointer h-40 hover:bg-red anim flex flex-col justify-between;
@extend .anim;
@apply p-4 rounded-md bg-slate-200 relative cursor-pointer h-40 hover:bg-orange-200 flex flex-col justify-between;
}
.line {