add border to prose images #44

Merged
inhji merged 2 commits from devel into main 2023-04-04 10:10:13 +02:00
Showing only changes of commit 1aeeb714a7 - Show all commits

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 */