style: update rounded corner styles for images and waline

This commit is contained in:
radishzzz 2025-05-04 16:05:07 +01:00
parent d59c52b063
commit 168046de88
4 changed files with 194 additions and 172 deletions

View file

@ -87,7 +87,7 @@
/* Images */
.heti :where(img) {
--at-apply: 'mx-auto rounded cursor-zoom-in';
--at-apply: 'mx-auto cursor-zoom-in';
transform: translateZ(0);
-webkit-transform: translateZ(0);
}