default styling on all images

This commit is contained in:
Chris Cochrun 2025-05-23 11:51:55 -05:00
parent 333670d27d
commit c1cd585aec
4 changed files with 31 additions and 25 deletions

View file

@ -47,6 +47,13 @@
@apply text-neutral-600;
@apply dark:text-neutral-400;
}
img {
@apply py-0;
@apply rounded-lg;
@apply shadow-xl;
@apply object-cover;
}
}
/* Global default styles */