add gitignore, add link hover animation

This commit is contained in:
cyrneko 2025-04-18 19:24:04 +02:00
parent 28a9da0429
commit ad3716c19b
No known key found for this signature in database
GPG key ID: 801B4BD878A984A4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.lite_workspace.lua

View file

@ -110,6 +110,7 @@ a,
a:visited {
color: var(--foreground-alt);
border-radius: var(--rounding-verysmall);
transition: 0.2s;
}