feat: add transition to all background

This commit is contained in:
Methapon2001 2024-04-10 20:57:51 +07:00
parent 897f3f81c4
commit 9af495a4ba

View file

@ -56,6 +56,12 @@ html {
border-radius: 0.5rem;
}
*,
::before,
::after {
transition: 100ms background ease-in-out;
}
.bordered {
border: 1px solid var(--border-color);
}