Merge pull request 'add border to prose images' (#44) from devel into main

Reviewed-on: #44
This commit is contained in:
inhji 2023-04-04 10:10:12 +02:00
commit 61e875fe60

View file

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