mirror of
https://codeberg.org/cyrneko/pages.git
synced 2025-05-04 18:13:07 +00:00
add gitignore, add link hover animation
This commit is contained in:
parent
28a9da0429
commit
ad3716c19b
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.lite_workspace.lua
|
|
@ -110,6 +110,7 @@ a,
|
||||||
a:visited {
|
a:visited {
|
||||||
color: var(--foreground-alt);
|
color: var(--foreground-alt);
|
||||||
border-radius: var(--rounding-verysmall);
|
border-radius: var(--rounding-verysmall);
|
||||||
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue