feat: add fade in

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);
}
}