We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5dd62 commit 13505e2Copy full SHA for 13505e2
1 file changed
styles.css
@@ -1732,7 +1732,7 @@ body.browser-vivaldi .penguin-glasses {
1732
height: 6px;
1733
border-radius: 50%;
1734
background: linear-gradient(170deg, #1f3352 0%, #0d1b32 70%, #060c16 100%);
1735
- animation: penguin-eye-blink 8.1s ease-in-out infinite;
+ animation: penguin-eye-blink 5.6s ease-in-out infinite;
1736
z-index: 2;
1737
}
1738
@@ -2006,7 +2006,7 @@ body.browser-vivaldi .penguin-glasses {
2006
height: 8px;
2007
border-radius: 999px;
2008
background: linear-gradient(170deg, #9acb39 0%, #7cad2d 70%, #648f22 100%);
2009
- animation: android-eye-blink 8.4s ease-in-out infinite;
+ animation: android-eye-blink 5.8s ease-in-out infinite;
2010
2011
2012
.android-eye.left { left: 22px; }
0 commit comments