chore(style): frontend formatting

This commit is contained in:
Sam Chau
2025-10-19 22:56:05 +10:30
parent 8386d8bacb
commit 24e5571a66
13 changed files with 38 additions and 28 deletions

View File

@@ -33,9 +33,10 @@
}
* {
transition: background-color 0.3s ease-in-out,
border-color 0.3s ease-in-out,
color 0.3s ease-in-out;
transition:
background-color 0.3s ease-in-out,
border-color 0.3s ease-in-out,
color 0.3s ease-in-out;
}
}
}