fixed animations

This commit is contained in:
Firq 2025-04-21 21:55:54 +02:00
parent 13ccaa1977
commit cc6b3c22b8
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
4 changed files with 2140 additions and 1581 deletions

3715
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.110",
"version": "0.2.0-pre.111",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -34,7 +34,8 @@ const icon_src_url = `url("${icon.src}")`
transition: border-color var(--a-time-default) var(--a-animation-1);
border-color: var(--c-accent-1);
& .icon {
background: var(--c-accent-1);
transition: background-color var(--a-time-default) var(--a-animation-1);
background-color: var(--c-accent-1);
}
}

View file

@ -37,6 +37,7 @@ const text = buttontext || baseurl
}
a:hover {
transition: border-color var(--a-time-default) var(--a-animation-1);
border-color: var(--c-accent-1);
}