feat: add fade in
All checks were successful
Build / build (push) Successful in 4m2s
Build / deploy-stage (push) Successful in 2m48s
Build / switch-stage (push) Successful in 1m57s

This commit is contained in:
2024-12-16 15:17:41 +01:00
parent 06d2dddb1b
commit 63055bcd65
9 changed files with 67 additions and 4 deletions

View File

@@ -7,8 +7,10 @@
padding: 0.75rem 1.5rem;
border: none;
cursor: pointer;
transition: background 0.3s;
&:hover {
background-color: var(--bs-primary-light);
color: var(--bs-yellow);
}
}