fix: supporter badge (#18357)

This commit is contained in:
Daniel Dietzler 2025-05-18 20:26:24 +02:00 committed by GitHub
parent 56156b97e7
commit adb17c4d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,8 @@
</div> </div>
<style lang="postcss"> <style lang="postcss">
@reference "tailwindcss";
.supporter-effect::after { .supporter-effect::after {
@apply absolute inset-0 rounded-lg opacity-0 transition-opacity content-['']; @apply absolute inset-0 rounded-lg opacity-0 transition-opacity content-[''];
} }