diff --git a/src/styles/global.css b/src/styles/global.css index 0657424..0cc053c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -22,3 +22,9 @@ } } } + +@layer components { + .prose img { + @apply transition-transform hover:scale-[98%] active:scale-[200%]; + } +}