add rounded style to prose images

This commit is contained in:
Inhji 2023-03-31 17:01:27 +02:00
parent 64d368c5b6
commit dbed7df6fd

View file

@ -54,6 +54,10 @@
@apply underline decoration-2 decoration-theme-primary; @apply underline decoration-2 decoration-theme-primary;
} }
.prose img {
@apply rounded;
}
/* Set width and color for identity icons */ /* Set width and color for identity icons */
a[rel] svg { a[rel] svg {
width: 1em; width: 1em;