This commit is contained in:
Gary Kwok
2024-06-17 18:05:05 +08:00
commit 56f6d03385
105 changed files with 4350 additions and 0 deletions

12
src/styles/utilities.scss Normal file
View File

@@ -0,0 +1,12 @@
b,
strong {
@apply font-semibold;
}
img {
@apply inline-block;
}
.shadow {
box-shadow: 0 10px 30px rgb(22 28 45 / 10%);
}