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

@ -27,4 +27,11 @@
li::marker {
color: var(--color-gray-600);
}
img {
@apply py-0;
@apply rounded-lg;
@apply shadow-xl;
@apply object-cover;
}
}