default styling on all images
This commit is contained in:
parent
333670d27d
commit
c1cd585aec
4 changed files with 31 additions and 25 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue