Animations fix

This commit is contained in:
Firq 2025-04-17 20:06:18 +02:00
parent 14cc9e0b7e
commit ce4e7777e0
Signed by: Firq
GPG key ID: DCE182BA39C697B2
13 changed files with 23 additions and 37 deletions
src/components/cards

View file

@ -32,10 +32,6 @@ const loadedImage = plsLoadImage(images, imagePath)
</a>
<style>
* {
transition: all var(--a-time-default) var(--a-animation-1);
}
.heading {
display: flex;
height: fit-content;
@ -52,6 +48,7 @@ const loadedImage = plsLoadImage(images, imagePath)
}
a {
transition: border-color var(--a-time-default) var(--a-animation-1);
border-radius: 1rem;
display: flex;
flex-wrap: wrap;