add border to prose images

This commit is contained in:
inhji 2023-04-04 10:06:10 +02:00
parent 1c2c94f36e
commit 1aeeb714a7

View file

@ -77,7 +77,7 @@
} }
.prose img { .prose img {
@apply rounded; @apply rounded border border-theme-dim;
} }
/* Set width and color for identity icons */ /* Set width and color for identity icons */