Skip to content

Commit

Permalink
make the webring chevrons fade out a little more slowly
Browse files Browse the repository at this point in the history
  • Loading branch information
May committed Dec 5, 2024
1 parent 1798335 commit 395b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fts.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ body {
#webring.nudge > button {
animation: bounce 1s ease-in-out infinite;
opacity: 0;
transition: opacity 6s;
transition: opacity 10s;
}

#webring.nudge > button:hover {
Expand Down

0 comments on commit 395b465

Please sign in to comment.